From aec36fe2d5a723da618ac90cbb208582d8f8b79f Mon Sep 17 00:00:00 2001 From: David Naylor Date: Sun, 22 Mar 2015 20:20:59 +0200 Subject: [PATCH] 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 5f5e9d5aea6..af78958641c 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 d23227aed3b..d04780c278f 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"