about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-07-06 16:14:46 +0000
committerAndreas Jaeger <aj@suse.de>2001-07-06 16:14:46 +0000
commit05d9898010e16bbe7d1613e22dacddf1bfc094b8 (patch)
tree75a3b7be49b4d2c90d0017b8ca08e10397ce49c8 /sysdeps
parent7f2826c8361156ee387b5f1cfb5f4513c0af5554 (diff)
downloadglibc-05d9898010e16bbe7d1613e22dacddf1bfc094b8.tar.gz
glibc-05d9898010e16bbe7d1613e22dacddf1bfc094b8.tar.xz
glibc-05d9898010e16bbe7d1613e22dacddf1bfc094b8.zip
Update.
	* sysdeps/unix/sysv/linux/configure.in: Fix handling of
	sysconfdir.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/configure.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/configure.in b/sysdeps/unix/sysv/linux/configure.in
index b112a0f4fb..9b96517346 100644
--- a/sysdeps/unix/sysv/linux/configure.in
+++ b/sysdeps/unix/sysv/linux/configure.in
@@ -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