From e157894ad4d347583a9c080807b3af687fb2ad90 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 27 Feb 2000 23:15:07 +0000 Subject: [PATCH] Treat also "/usr/" as prefix especially. --- sysdeps/unix/sysv/linux/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2