diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-17 00:49:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-17 00:49:09 +0000 |
commit | 7c91639ec9a640dd9637495a329468aea5818529 (patch) | |
tree | 0a6dd816013bca875841a07493a69ad6ac45a8da /sysdeps/unix/sysv/linux/configure | |
parent | e1f578d63b68f2c2b55fbd4e46086f1878de0cee (diff) | |
download | glibc-7c91639ec9a640dd9637495a329468aea5818529.zip glibc-7c91639ec9a640dd9637495a329468aea5818529.tar.gz glibc-7c91639ec9a640dd9637495a329468aea5818529.tar.bz2 |
Update.
2001-03-16 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/ia64/makecontext.c (__makecontext):
Internationalize.
Diffstat (limited to 'sysdeps/unix/sysv/linux/configure')
-rw-r--r-- | sysdeps/unix/sysv/linux/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure index fc5297d..f852718 100644 --- a/sysdeps/unix/sysv/linux/configure +++ b/sysdeps/unix/sysv/linux/configure @@ -89,7 +89,7 @@ echo "configure:89: checking for kernel header at least $minimum_kernel" >&5 decnum=`echo "$minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/(\1 * 65536 + \2 * 256 + \3)/'`; abinum=`echo "$minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1,\2,\3/'`; cat > conftest.$ac_ext <<EOF -#line 92 "configure" +#line 93 "configure" #include "confdefs.h" #include <linux/version.h> #if LINUX_VERSION_CODE < $decnum @@ -205,7 +205,7 @@ if test $host = $build; then ac_prefix=$ac_default_prefix fi echo $ac_n "checking for symlinks in ${ac_prefix}/include""... $ac_c" 1>&6 -echo "configure:204: checking for symlinks in ${ac_prefix}/include" >&5 +echo "configure:209: checking for symlinks in ${ac_prefix}/include" >&5 ac_message= if test -L ${ac_prefix}/include/net; then ac_message="$ac_message |