This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
configure.com: no threads/shared without ithreads
authorCraig A. Berry <craigberry@mac.com>
Mon, 22 Oct 2001 15:25:19 +0000 (10:25 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 22 Oct 2001 19:26:47 +0000 (19:26 +0000)
Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>

p4raw-id: //depot/perl@12584

configure.com

index 2c4f1be..04144ad 100644 (file)
@@ -2524,7 +2524,11 @@ $ IF .NOT. Has_socketshr .AND. .NOT. Has_Dec_C_Sockets
 $ 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