From 058e0687623576d2ec9b84a212882f25ffb3eb02 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 17 Jan 2008 04:10:08 +0000 Subject: [PATCH] (HAVE_X86_64_LIB64_DIR): Also set on s390x systems. --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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.]) -- 2.39.2