From: Ulrich Mueller Date: Thu, 21 Jun 2012 19:42:32 +0000 (-0400) Subject: * configure.in: Use m/intel386.h for amd64 with x32 ABI. X-Git-Tag: emacs-24.2~79 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd7a987e45495a4d6136e44818d58103974e4650;p=emacs.git * configure.in: Use m/intel386.h for amd64 with x32 ABI. (Do not merge to trunk.) Fixes: debbugs:11669 --- diff --git a/ChangeLog b/ChangeLog index c6060f85e3f..db8de760ba6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-06-21 Ulrich Mueller + + * configure.in: Use m/intel386.h for amd64 with x32 ABI. (Bug#11669) + 2012-06-01 Chong Yidong * Version 24.1 released. diff --git a/configure.in b/configure.in index ad9966b81de..f9aef8195c6 100644 --- a/configure.in +++ b/configure.in @@ -749,6 +749,7 @@ if test "$machine" = "amdx86-64"; then machine=intel386 machfile="m/${machine}.h" fi + AC_CHECK_DECL([__ILP32__], [machfile="m/intel386.h"]) fi AC_PATH_PROG(INSTALL_INFO, install-info)