aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/configure
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-18 18:06:00 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-18 18:06:00 +0000
commit8432c71ab7bacf17bbcefa3a9b9caadbfd1755e4 (patch)
treea640dfbd14d51787c30535ab3e631373535fe4b9 /sysdeps/unix/sysv/linux/configure
parentdb95bdbce05c9876158e7b14ec6a827f7e2453d8 (diff)
downloadglibc-8432c71ab7bacf17bbcefa3a9b9caadbfd1755e4.tar
glibc-8432c71ab7bacf17bbcefa3a9b9caadbfd1755e4.tar.gz
glibc-8432c71ab7bacf17bbcefa3a9b9caadbfd1755e4.tar.bz2
glibc-8432c71ab7bacf17bbcefa3a9b9caadbfd1755e4.zip
Update.
1999-06-18 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/init-first.h: Add extra cast in argc assignment to avoid warning on 64bit platforms.
Diffstat (limited to 'sysdeps/unix/sysv/linux/configure')
-rw-r--r--sysdeps/unix/sysv/linux/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure
index fcdf97dc5c..b6530d18ae 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 \"`echo '$''{'libc_cv_linux2010'+set}'`\" = set"; then
+if eval "test \"\${libc_cv_linux2010+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF