commit | 6b4ed0faae380ffe01bbd98e5d49bd422e34ecbb | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Mon Jan 12 19:29:43 2009 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jan 12 19:32:16 2009 +0100 |
tree | 37dbe4d3d2dcde779e3944d87be2ac6e8d831246 | |
parent | 8cf8e2c60a263e0b015b36dc36c9bf83e6767aa8 [diff] [blame] |
configure: Don't force a 32-bit build when cross-compiling.
diff --git a/configure.ac b/configure.ac index d5d8f8e..1a84d69 100644 --- a/configure.ac +++ b/configure.ac
@@ -101,7 +101,7 @@ case $host in x86_64*) - if test "x$enable_win64" != "xyes" + if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes" then CC="$CC -m32" CXX="$CXX -m32"