Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 25 Sep 2002 06:47:44 +0000 (06:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 25 Sep 2002 06:47:44 +0000 (06:47 +0000)
2002-09-24  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/configure.in: Recognize nptl add-on name.

ChangeLog
sysdeps/unix/sysv/linux/configure

index fe0f90c..b263691 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-24  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/configure.in: Recognize nptl add-on name.
+
 2002-09-24  Roland McGrath  <roland@redhat.com>
 
        * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Move __libc_read,
index cdaf1ef..b815ebf 100644 (file)
@@ -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