From: Glenn Morris Date: Thu, 17 Jan 2008 04:10:08 +0000 (+0000) Subject: (HAVE_X86_64_LIB64_DIR): Also set on s390x systems. X-Git-Tag: emacs-pretest-23.0.90~8531 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=058e0687623576d2ec9b84a212882f25ffb3eb02;p=emacs.git (HAVE_X86_64_LIB64_DIR): Also set on s390x systems. --- diff --git a/ChangeLog b/ChangeLog index 4ddf3d2ab95..86d1bce92a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-17 Glenn Morris + + * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems. + 2008-01-16 Dan Nicolaescu * configure.in: Remove more references to unsupported systems. diff --git a/configure.in b/configure.in index 2c10879dcdb..f514087e306 100644 --- a/configure.in +++ b/configure.in @@ -1075,7 +1075,7 @@ AC_SYS_LARGEFILE ### The standard library on x86-64 GNU/Linux distributions can ### be located in either /usr/lib64 or /usr/lib. case "${canonical}" in - x86_64-*-linux-gnu* ) + x86_64-*-linux-gnu* | s390x-*-linux-gnu* ) if test -d /usr/lib64; then AC_DEFINE(HAVE_X86_64_LIB64_DIR, 1, [Define to 1 if the file /usr/lib64 exists.])