aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-01-17 04:10:08 +0000
committerGlenn Morris <[email protected]>2008-01-17 04:10:08 +0000
commit058e0687623576d2ec9b84a212882f25ffb3eb02 (patch)
tree7ebf46e57bde300154e6966294c180a0c377567d /configure.in
parentb4e96cdbf9b2c9cf9f4a79b26211da6ac378181a (diff)
(HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2c10879dcd..f514087e30 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.])