(HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
authorGlenn Morris <rgm@gnu.org>
Thu, 17 Jan 2008 04:10:08 +0000 (04:10 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 17 Jan 2008 04:10:08 +0000 (04:10 +0000)
ChangeLog
configure.in

index 4ddf3d2..86d1bce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-17  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
+
 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * configure.in: Remove more references to unsupported systems.
index 2c10879..f514087 100644 (file)
@@ -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.])