comparison configure.in @ 79863:130e0e435f2b

(HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
author Glenn Morris <rgm@gnu.org>
date Thu, 17 Jan 2008 04:04:51 +0000
parents a9b80f99c836
children 91d4bea0f1a1
comparison
equal deleted inserted replaced
79862:c1c398668ac8 79863:130e0e435f2b
1530 1530
1531 1531
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.])
1539 fi 1539 fi
1540 esac 1540 esac