diff options
| author | Glenn Morris | 2008-01-17 04:04:51 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-01-17 04:04:51 +0000 |
| commit | beccaaa6de6fb74a94e86237f3a5e1b8b969d8d0 (patch) | |
| tree | 8c11e346f4e8996dc7f57ff25d912ba3cd9f31c6 | |
| parent | 5d2c8fc0d8e74cfa8bbe6b5d4a26eff56d911df6 (diff) | |
| download | emacs-beccaaa6de6fb74a94e86237f3a5e1b8b969d8d0.tar.gz emacs-beccaaa6de6fb74a94e86237f3a5e1b8b969d8d0.zip | |
(HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6105539df2d..2320ea18370 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -1532,7 +1532,7 @@ AC_SYS_LARGEFILE | |||
| 1532 | ### The standard library on x86-64 GNU/Linux distributions can | 1532 | ### The standard library on x86-64 GNU/Linux distributions can |
| 1533 | ### be located in either /usr/lib64 or /usr/lib. | 1533 | ### be located in either /usr/lib64 or /usr/lib. |
| 1534 | case "${canonical}" in | 1534 | case "${canonical}" in |
| 1535 | x86_64-*-linux-gnu* ) | 1535 | x86_64-*-linux-gnu* | s390x-*-linux-gnu* ) |
| 1536 | if test -d /usr/lib64; then | 1536 | if test -d /usr/lib64; then |
| 1537 | AC_DEFINE(HAVE_X86_64_LIB64_DIR, 1, | 1537 | AC_DEFINE(HAVE_X86_64_LIB64_DIR, 1, |
| 1538 | [Define to 1 if the file /usr/lib64 exists.]) | 1538 | [Define to 1 if the file /usr/lib64 exists.]) |