aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-01-17 04:10:08 +0000
committerGlenn Morris2008-01-17 04:10:08 +0000
commit058e0687623576d2ec9b84a212882f25ffb3eb02 (patch)
tree7ebf46e57bde300154e6966294c180a0c377567d
parentb4e96cdbf9b2c9cf9f4a79b26211da6ac378181a (diff)
downloademacs-058e0687623576d2ec9b84a212882f25ffb3eb02.tar.gz
emacs-058e0687623576d2ec9b84a212882f25ffb3eb02.zip
(HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ddf3d2ab95..86d1bce92a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12008-01-17 Glenn Morris <rgm@gnu.org>
2
3 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
4
12008-01-16 Dan Nicolaescu <dann@ics.uci.edu> 52008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * configure.in: Remove more references to unsupported systems. 7 * 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
1075### The standard library on x86-64 GNU/Linux distributions can 1075### The standard library on x86-64 GNU/Linux distributions can
1076### be located in either /usr/lib64 or /usr/lib. 1076### be located in either /usr/lib64 or /usr/lib.
1077case "${canonical}" in 1077case "${canonical}" in
1078 x86_64-*-linux-gnu* ) 1078 x86_64-*-linux-gnu* | s390x-*-linux-gnu* )
1079 if test -d /usr/lib64; then 1079 if test -d /usr/lib64; then
1080 AC_DEFINE(HAVE_X86_64_LIB64_DIR, 1, 1080 AC_DEFINE(HAVE_X86_64_LIB64_DIR, 1,
1081 [Define to 1 if the file /usr/lib64 exists.]) 1081 [Define to 1 if the file /usr/lib64 exists.])