[前][次][番号順一覧][スレッド一覧]

ruby-changes:53677

From: samuel <ko1@a...>
Date: Wed, 21 Nov 2018 04:47:45 +0900 (JST)
Subject: [ruby-changes:53677] samuel:r65871 (trunk): Fix message result.

samuel	2018-11-20 19:17:56 +0900 (Tue, 20 Nov 2018)

  New Revision: 65871

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65871

  Log:
    Fix message result.

  Modified files:
    trunk/configure.ac
Index: configure.ac
===================================================================
--- configure.ac	(revision 65870)
+++ configure.ac	(revision 65871)
@@ -2346,7 +2346,7 @@ AS_CASE(["$target_cpu-$target_os"], https://github.com/ruby/ruby/blob/trunk/configure.ac#L2346
     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])

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]