changeset 87804:7486f1bd659f

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