Module: wine Branch: master Commit: aec36fe2d5a723da618ac90cbb208582d8f8b79f URL: http://source.winehq.org/git/wine.git/?a=commit;h=aec36fe2d5a723da618ac90cbb...
Author: David Naylor dbn@freebsd.org Date: Sun Mar 22 20:20:59 2015 +0200
configure: Recognise host starting in 'amd64'.
---
configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure index 5f5e9d5..af78958 100755 --- a/configure +++ b/configure @@ -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" diff --git a/configure.ac b/configure.ac index d23227a..d04780c 100644 --- a/configure.ac +++ b/configure.ac @@ -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"