changeset 79863:130e0e435f2b

(HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
author Glenn Morris <rgm@gnu.org>
date Thu, 17 Jan 2008 04:04:51 +0000
parents c1c398668ac8
children c7f971579368
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Jan 17 04:04:26 2008 +0000
+++ b/configure.in	Thu Jan 17 04:04:51 2008 +0000
@@ -1532,7 +1532,7 @@
 ### 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.])