From 05d9898010e16bbe7d1613e22dacddf1bfc094b8 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 6 Jul 2001 16:14:46 +0000 Subject: Update. * sysdeps/unix/sysv/linux/configure.in: Fix handling of sysconfdir. --- sysdeps/unix/sysv/linux/configure.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sysdeps') 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 -- cgit 1.4.1