diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-28 07:41:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-28 07:41:22 +0000 |
commit | e5aa91c34ac93ad91b910b55fd8781c267a81780 (patch) | |
tree | da4ffe49d95f6ea98b2947f2c342f28ac2949f5c /sysdeps | |
parent | 0ed99ce46d9521347c2fd1c72f7b4e9aa0e3f4d0 (diff) | |
download | glibc-e5aa91c34ac93ad91b910b55fd8781c267a81780.tar glibc-e5aa91c34ac93ad91b910b55fd8781c267a81780.tar.gz glibc-e5aa91c34ac93ad91b910b55fd8781c267a81780.tar.bz2 glibc-e5aa91c34ac93ad91b910b55fd8781c267a81780.zip |
Update.
2000-02-28 Andreas Jaeger <aj@suse.de>
* stdlib/canonicalize.c: Include <stddef.h> for ptrdiff_t.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure index e505e876f2..ec4f214f12 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 @@ -91,7 +91,7 @@ fi # files. I.e., when the installation prefix is "/usr" we have to place # shared library objects and the configuration files on the root partition # in /lib and /etc. -if test "$prefix" = "/usr"; then +if test "$prefix" = "/usr" -o "$prefix" = "/usr/"; then # 64bit libraries on sparc go to /lib64 and not /lib if test "$machine" = "sparc/sparc64"; then libc_cv_slibdir="/lib64" @@ -172,7 +172,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:174: checking for symlinks in ${ac_prefix}/include" >&5 +echo "configure:176: checking for symlinks in ${ac_prefix}/include" >&5 ac_message= if test -L ${ac_prefix}/include/net; then ac_message="$ac_message |