# HG changeset patch # User Andreas Schwab # Date 1200570070 0 # Node ID ebef80cbd501e561382cf47eb32756e42c60137c # Parent 544ffdb7b4669f5157a3f5ad7fee26e7c2a5da3f (HAVE_LIB64_DIR): Renamed from HAVE_X86_64_LIB64_DIR. diff -r 544ffdb7b466 -r ebef80cbd501 configure.in --- a/configure.in Thu Jan 17 05:16:35 2008 +0000 +++ b/configure.in Thu Jan 17 11:41:10 2008 +0000 @@ -1072,13 +1072,13 @@ AC_SYS_LARGEFILE -### The standard library on x86-64 GNU/Linux distributions can +### The standard library on x86-64 and s390x GNU/Linux distributions can ### be located in either /usr/lib64 or /usr/lib. case "${canonical}" in 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.]) + AC_DEFINE(HAVE_LIB64_DIR, 1, + [Define to 1 if the directory /usr/lib64 exists.]) fi esac