diff options
author | samuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-20 10:17:56 +0000 |
---|---|---|
committer | samuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-20 10:17:56 +0000 |
commit | 972cc2d50bab1b25099c0740457912b10e997346 (patch) | |
tree | 564c85769e6da6f2339cc3f394bfbe82584e431d /configure.ac | |
parent | 76c6b6d14b18332c83e6d3595490598a78a82e66 (diff) | |
download | ruby-972cc2d50bab1b25099c0740457912b10e997346.tar.gz |
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.ac | 2 |
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]) |