commit | e06016fae0a638d01cf2498bcdbddccbfeca981e | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Aug 01 12:13:41 2007 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Aug 01 12:13:41 2007 +0200 |
tree | a08b8c914e2f7dca1f4d1b2f67a2e7ae23d76065 | |
parent | 6e0c574fb9ad6f778730a3ae6f74b8d8cbe266af [diff] [blame] |
configure: Add -m32 flag for C++ compiler too.
diff --git a/configure.ac b/configure.ac index 9a1ec62..7f52da6 100644 --- a/configure.ac +++ b/configure.ac
@@ -24,6 +24,7 @@ if test "x$enable_win64" != "xyes" then test -n "$CC" || CC="gcc -m32" + test -n "$CXX"|| CXX="g++ -m32" test -n "$LD" || LD="ld -m elf_i386" test -n "$AS" || AS="as --32" host_cpu="i386"