summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a7225e99b2..dcbaf0d623 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2346,7 +2346,7 @@ AS_CASE(["$target_cpu-$target_os"],
AC_LIBOBJ([coroutine/x86/Context])
],
[x64-mingw32], [
- AC_MSG_RESULT(x86)
+ AC_MSG_RESULT(win64)
COROUTINE_H=coroutine/win64/Context.h
AC_DEFINE_UNQUOTED(FIBER_USE_COROUTINE, ["$COROUTINE_H"])
AC_LIBOBJ([coroutine/win64/Context])