Change 12584 by jhi@alpha on 2001/10/22 19:26:47
Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
From: "Craig A. Berry" <[EMAIL PROTECTED]>
Date: Mon, 22 Oct 2001 15:25:19 -0500
Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
Affected files ...
... //depot/perl/configure.com#121 edit
Differences ...
==== //depot/perl/configure.com#121 (text) ====
Index: perl/configure.com
--- perl/configure.com.~1~ Mon Oct 22 13:30:06 2001
+++ perl/configure.com Mon Oct 22 13:30:06 2001
@@ -2524,7 +2524,11 @@
$ THEN
$ dflt = dflt - "Socket" ! optional on VMS
$ ENDIF
-$ IF .NOT. use_ithreads THEN dflt = dflt - "threads"
+$ IF .NOT. use_ithreads
+$ THEN
+$ dflt = dflt - "threads/shared"
+$ dflt = dflt - "threads"
+$ ENDIF
$ dflt = F$EDIT(dflt,"TRIM,COMPRESS")
$!
$! Ask for their default list of extensions to build
End of Patch.