Allow the threads extension to be found if present.
Jarkko Hietaniemi [Fri, 17 Aug 2001 11:58:48 +0000 (11:58 +0000)]
p4raw-id: //depot/perl@11705

Configure

index c6c4ff3..ee9b059 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 Thu Aug  9 16:34:00 EET DST 2001 [metaconfig 3.0 PL70]
+# Generated on Fri Aug 17 15:57:38 EET DST 2001 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.org)
 
 cat >c1$$ <<EOF
@@ -16428,6 +16428,14 @@ for xxx in $known_extensions ; do
                         esac
                esac
                ;;
+       threads)
+                case "$usethreads" in
+                true|$define|y)
+                        case "$useithreads" in
+                        $define|true|[yY]*) avail_ext="$avail_ext $xxx" ;;
+                        esac
+               esac
+               ;;
        IPC/SysV|ipc/sysv)
                : XXX Do we need a useipcsysv variable here
                case "${d_msg}${d_sem}${d_shm}" in