configure: Recognise host starting in 'amd64'.

oldstable
David Naylor 2015-03-22 20:20:59 +02:00 committed by Alexandre Julliard
parent 9d0ebc13ac
commit aec36fe2d5
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -4864,7 +4864,7 @@ case $host in
fi
with_fontconfig=${with_fontconfig:-no}
;;
x86_64*)
x86_64*|amd64*)
if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
then
CC="$CC -m32"

View File

@ -143,7 +143,7 @@ case $host in
fi
with_fontconfig=${with_fontconfig:-no}
;;
x86_64*)
x86_64*|amd64*)
if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
then
CC="$CC -m32"