(HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
This commit is contained in:
parent
5d2c8fc0d8
commit
beccaaa6de
1 changed files with 1 additions and 1 deletions
|
@ -1532,7 +1532,7 @@ AC_SYS_LARGEFILE
|
|||
### The standard library on x86-64 GNU/Linux distributions can
|
||||
### be located in either /usr/lib64 or /usr/lib.
|
||||
case "${canonical}" in
|
||||
x86_64-*-linux-gnu* )
|
||||
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.])
|
||||
|
|
Loading…
Add table
Reference in a new issue