]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Regenerated: autoconf sysdeps/unix/sysv/linux/configure.in
authorUlrich Drepper <drepper@redhat.com>
Fri, 17 Mar 2000 02:27:19 +0000 (02:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 17 Mar 2000 02:27:19 +0000 (02:27 +0000)
sysdeps/unix/sysv/linux/configure

index 9a75c13c65ac55e2b644906fd0072488b277c36f..36f003a0946f38f1cacd783d039060e36f990f9d 100644 (file)
@@ -13,7 +13,7 @@ if test -n "$sysheaders"; then
 fi
 echo $ac_n "checking installed Linux kernel header files""... $ac_c" 1>&6
 echo "configure:16: checking installed Linux kernel header files" >&5
-if eval "test \"\${libc_cv_linux2010+set}\" = set"; then
+if eval "test \"`echo '$''{'libc_cv_linux2010'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
@@ -56,7 +56,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"