Mercurial > emacs
comparison configure @ 79864:c7f971579368
Regenerate.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 17 Jan 2008 04:06:19 +0000 |
parents | 356a01f90f6d |
children | 91d4bea0f1a1 |
comparison
equal
deleted
inserted
replaced
79863:130e0e435f2b | 79864:c7f971579368 |
---|---|
5826 | 5826 |
5827 | 5827 |
5828 ### The standard library on x86-64 GNU/Linux distributions can | 5828 ### The standard library on x86-64 GNU/Linux distributions can |
5829 ### be located in either /usr/lib64 or /usr/lib. | 5829 ### be located in either /usr/lib64 or /usr/lib. |
5830 case "${canonical}" in | 5830 case "${canonical}" in |
5831 x86_64-*-linux-gnu* ) | 5831 x86_64-*-linux-gnu* | s390x-*-linux-gnu* ) |
5832 if test -d /usr/lib64; then | 5832 if test -d /usr/lib64; then |
5833 | 5833 |
5834 cat >>confdefs.h <<\_ACEOF | 5834 cat >>confdefs.h <<\_ACEOF |
5835 #define HAVE_X86_64_LIB64_DIR 1 | 5835 #define HAVE_X86_64_LIB64_DIR 1 |
5836 _ACEOF | 5836 _ACEOF |