]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorAndreas Jaeger <aj@suse.de>
Fri, 6 Jul 2001 16:14:46 +0000 (16:14 +0000)
committerAndreas Jaeger <aj@suse.de>
Fri, 6 Jul 2001 16:14:46 +0000 (16:14 +0000)
* sysdeps/unix/sysv/linux/configure.in: Fix handling of
sysconfdir.

ChangeLog
sysdeps/unix/sysv/linux/configure.in

index a05635b1d5e6a3c2f589f06b76596ba56740d3cc..20ebc9953c9c47adbaaef62837381ae51b0ce933 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-07-06  Andreas Jaeger  <aj@suse.de>
 
+       * sysdeps/unix/sysv/linux/configure.in: Fix handling of
+       sysconfdir.
+
        * manual/libc-texinfo.sh: Add note for the FDL.
 
        * manual/argp.texi (Argp Example 4): Fix texinfo warning.
index b112a0f4fb0496b178d898ec34aecff4fb4f4d40..9b965173461d6209f66f27bb88251870c8b54843 100644 (file)
@@ -114,9 +114,7 @@ if test "$prefix" = "/usr" -o "$prefix" = "/usr/"; then
   fi
   # Allow the user to override the path with --sysconfdir
   if test $sysconfdir = '${prefix}/etc'; then
-    libc_cv_sysconfdir=/etc
-  else
-    libc_cv_sysconfdir=$sysconfdir
+    sysconfdir=/etc
    fi
   libc_cv_rootsbindir="/sbin"
 fi