commit | bbcf9864e17c84c95de181deabdafc63f754b185 | [log] [tgz] |
---|---|---|
author | Alex Woods <wine-devel@giblets.org> | Thu Feb 10 19:09:08 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Feb 10 19:09:08 2005 +0000 |
tree | 2469c270e642b435b6ae00a6259dd8d1fd7ea3fc | |
parent | c083f0e9a63db3b9e2314c1f922c36d532461075 [diff] [blame] |
Handle host_cpu of x86_64 like other x86s.
diff --git a/configure.ac b/configure.ac index a1deb93..e6081e0 100644 --- a/configure.ac +++ b/configure.ac
@@ -49,6 +49,7 @@ test -n "$CC" || CC="gcc -m32" test -n "$LD" || LD="ld -m elf_i386" test -n "$AS" || AS="as --32" + host_cpu="i386" fi ;; esac