diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-03-21 12:37:38 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-03-21 12:37:38 -0700 |
commit | 7785fe5a0b10dad81155f9db67634e84f51f5113 (patch) | |
tree | 63c9af9ba16b3b683c78dbcaa1680ca94c0af66f /sysdeps/unix/sysv/linux/configure | |
parent | 4535cd55e2fc005afe0cf549a767ae60d55b17dd (diff) | |
download | glibc-7785fe5a0b10dad81155f9db67634e84f51f5113.tar.gz glibc-7785fe5a0b10dad81155f9db67634e84f51f5113.tar.xz glibc-7785fe5a0b10dad81155f9db67634e84f51f5113.zip |
Check x86_64* instead of x86_64
Diffstat (limited to 'sysdeps/unix/sysv/linux/configure')
-rw-r--r-- | sysdeps/unix/sysv/linux/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure index 33821c0bb6..31031613d3 100644 --- a/sysdeps/unix/sysv/linux/configure +++ b/sysdeps/unix/sysv/linux/configure @@ -393,7 +393,7 @@ case "$prefix" in # and libc_cv_localedir. test -n "$libc_cv_slibdir" || \ case $machine in - sparc/sparc64 | x86_64 | powerpc/powerpc64 | s390/s390-64) + sparc/sparc64 | x86_64* | powerpc/powerpc64 | s390/s390-64) libc_cv_slibdir="/lib64" if test "$libdir" = '${exec_prefix}/lib'; then libdir='${exec_prefix}/lib64'; |