diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-09 09:58:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-09 09:58:27 +0000 |
commit | bee1e289fafbf1d429f401eb4d7ea4be27282f17 (patch) | |
tree | 0138033ca265a704c6ca771ddf64353f97842726 /sysdeps/unix/sysv/linux/configure | |
parent | 110215a9a76594e808903af957f3273e3bc11a87 (diff) | |
download | glibc-bee1e289fafbf1d429f401eb4d7ea4be27282f17.tar.gz glibc-bee1e289fafbf1d429f401eb4d7ea4be27282f17.tar.xz glibc-bee1e289fafbf1d429f401eb4d7ea4be27282f17.zip |
Update.
1999-07-09 Ulrich Drepper <drepper@cygnus.com> * hesiod/Versions [GLIBC_2.2]: Add _nss_hesiod_initgroups. * hesiod/hesiod-grp.c: Add initgroups support. Patch by Nalin Dahyabhai <nsdahya1@pobox.com>.
Diffstat (limited to 'sysdeps/unix/sysv/linux/configure')
-rw-r--r-- | sysdeps/unix/sysv/linux/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure index 64f2ce0638..2e3ba901e1 100644 --- a/sysdeps/unix/sysv/linux/configure +++ b/sysdeps/unix/sysv/linux/configure @@ -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 |