As Merijn points out, pthread.h really needs to be known
Jarkko Hietaniemi [Tue, 9 Apr 2002 14:45:21 +0000 (14:45 +0000)]
by protochk.

p4raw-id: //depot/perl@15828

Configure

index 6f24cd8..71b7feb 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
 
 # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
 #
-# Generated on Mon Apr  8 17:56:15 EET DST 2002 [metaconfig 3.0 PL70]
+# Generated on Tue Apr  9 18:44:25 EET DST 2002 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.org)
 
 cat >c1$$ <<EOF
@@ -9090,6 +9090,10 @@ eval $inlibc
 set alarm d_alarm
 eval $inlibc
 
+: see if POSIX threads are available
+set pthread.h i_pthread
+eval $inhdr
+
 : define a fucntion to check prototypes
 $cat > protochk <<EOSH
 $startsh
@@ -9099,6 +9103,9 @@ ccflags="$ccflags"
 prototype="$prototype"
 define="$define"
 rm=$rm
+usethreads=$usethreads
+i_pthread=$i_pthread
+pthread_h_first=$pthread_h_first
 EOSH
 
 $cat >> protochk <<'EOSH'
@@ -9302,10 +9309,6 @@ case "$d_tm_tm_gmtoff" in
 *)              echo "No, it doesn't." ;;
 esac
 
-: see if POSIX threads are available
-set pthread.h i_pthread
-eval $inhdr
-
 : see if asctime_r exists
 set asctime_r d_asctime_r
 eval $inlibc