diff options
| author | Glenn Morris | 2008-01-17 04:10:08 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-01-17 04:10:08 +0000 |
| commit | 058e0687623576d2ec9b84a212882f25ffb3eb02 (patch) | |
| tree | 7ebf46e57bde300154e6966294c180a0c377567d | |
| parent | b4e96cdbf9b2c9cf9f4a79b26211da6ac378181a (diff) | |
| download | emacs-058e0687623576d2ec9b84a212882f25ffb3eb02.tar.gz emacs-058e0687623576d2ec9b84a212882f25ffb3eb02.zip | |
(HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-01-17 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems. | ||
| 4 | |||
| 1 | 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2008-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. |
| 1077 | case "${canonical}" in | 1077 | case "${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.]) |