projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6debcb
)
Fix handling of sysconfdir.
author
aj
<aj>
Fri, 6 Jul 2001 16:14:27 +0000
(16:14 +0000)
committer
aj
<aj>
Fri, 6 Jul 2001 16:14:27 +0000
(16:14 +0000)
sysdeps/unix/sysv/linux/configure.in
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/configure.in
b/sysdeps/unix/sysv/linux/configure.in
index
b112a0f
..
9b96517
100644
(file)
--- 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