Change 11705 by jhi@alpha on 2001/08/17 11:58:48

        Allow the threads extension to be found if present.

Affected files ...

... //depot/perl/Configure#348 edit

Differences ...

==== //depot/perl/Configure#348 (xtext) ====
Index: perl/Configure
--- perl/Configure.~1~  Fri Aug 17 06:15:05 2001
+++ perl/Configure      Fri Aug 17 06:15:05 2001
@@ -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 [EMAIL PROTECTED])
 
 cat >c1$$ <<EOF
@@ -16428,6 +16428,14 @@
                         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 
End of Patch.

Reply via email to