From 83906099d06f8d7a4fc4d87f4b2b69cd989cb0bc Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 12 Oct 2010 01:39:11 +0000 Subject: * configure.in (RUBY_MINGW32): canonicalize only on mingw. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 4e9f253847..2e0662a781 100644 --- a/configure.in +++ b/configure.in @@ -38,7 +38,7 @@ test "$rb_cv_mingw32" = yes && target_os="mingw32" AS_CASE(["$target_os"], [mingw*msvc], [ target_os="`echo ${target_os} | sed 's/msvc$//'`" ]) -AS_CASE(["$target_cpu"], [x86_64], [ +AS_CASE(["$target_cpu-$target_os"], [x86_64-mingw*], [ # canonicalize as like mswin version. see win32/setup.mak. target_cpu=x64 target_os="`echo ${target_os} | sed 's/32$/64/'`" -- cgit v1.2.3