From: Ulrich Drepper Date: Sun, 27 Feb 2000 23:15:07 +0000 (+0000) Subject: Treat also "/usr/" as prefix especially. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e157894ad4d347583a9c080807b3af687fb2ad90;p=thirdparty%2Fglibc.git Treat also "/usr/" as prefix especially. --- diff --git a/sysdeps/unix/sysv/linux/configure.in b/sysdeps/unix/sysv/linux/configure.in index 9afcb7751f8..5fdecc65b34 100644 --- a/sysdeps/unix/sysv/linux/configure.in +++ b/sysdeps/unix/sysv/linux/configure.in @@ -41,7 +41,7 @@ fi # files. I.e., when the installation prefix is "/usr" we have to place # shared library objects and the configuration files on the root partition # in /lib and /etc. -if test "$prefix" = "/usr"; then +if test "$prefix" = "/usr" -o "$prefix" = "/usr/"; then # 64bit libraries on sparc go to /lib64 and not /lib if test "$machine" = "sparc/sparc64"; then libc_cv_slibdir="/lib64"