diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-09-25 06:47:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-09-25 06:47:44 +0000 |
commit | b4d8d06a497b66ad5419e071e738beba44f073fb (patch) | |
tree | 442958457cab1ee7f41b15c51d64623d219da730 /sysdeps/unix/sysv/linux | |
parent | 1ad484c629e37cd2ec5e88ebe3429d5dbf479bc2 (diff) | |
download | glibc-b4d8d06a497b66ad5419e071e738beba44f073fb.tar.gz glibc-b4d8d06a497b66ad5419e071e738beba44f073fb.tar.xz glibc-b4d8d06a497b66ad5419e071e738beba44f073fb.zip |
Update.
2002-09-24 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/configure.in: Recognize nptl add-on name.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/configure | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure index cdaf1ef9eb..b815ebf7d7 100644 --- a/sysdeps/unix/sysv/linux/configure +++ b/sysdeps/unix/sysv/linux/configure @@ -204,12 +204,21 @@ if test "$prefix" = "/usr" -o "$prefix" = "/usr/"; then libc_cv_rootsbindir="/sbin" fi -# Under Linux the LinuxThreads add-on should be available. +# Under Linux the LinuxThreads or NPTL add-on should be available. case $add_ons in + # Only one of the add-ons should be available. + *linuxthreads*nptl*|*nptl*linuxthreads*) + echo "\ +*** LinuxThreads and NPTL add-ons are both available. Only one must be used." + exit 1 + ;; # It is available. Good. *linuxthreads*) linuxthreads_missing= ;; + *nptl*) + linuxthreads_missing= + ;; *) linuxthreads_missing=yes ;; @@ -287,7 +296,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:291: checking for symlinks in ${ac_prefix}/include" >&5 +echo "configure:300: checking for symlinks in ${ac_prefix}/include" >&5 ac_message= if test -L ${ac_prefix}/include/net; then ac_message="$ac_message |