]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
authorGlenn Morris <rgm@gnu.org>
Thu, 17 Jan 2008 04:04:51 +0000 (04:04 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 17 Jan 2008 04:04:51 +0000 (04:04 +0000)
configure.in

index 6105539df2d99857606b3b58f2612706861b249f..2320ea183700d0caf915607926dd1f3d1b15fa67 100644 (file)
@@ -1532,7 +1532,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.])