summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorsamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 10:17:56 +0000
committersamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 10:17:56 +0000
commit972cc2d50bab1b25099c0740457912b10e997346 (patch)
tree564c85769e6da6f2339cc3f394bfbe82584e431d /configure.ac
parent76c6b6d14b18332c83e6d3595490598a78a82e66 (diff)
Fix message result.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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])