From: Craig A. Berry Date: Mon, 22 Oct 2001 15:25:19 +0000 (-0500) Subject: configure.com: no threads/shared without ithreads X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=386217e790c5f1dd826283077aa683858637de39;p=p5sagit%2Fp5-mst-13.2.git configure.com: no threads/shared without ithreads Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01> p4raw-id: //depot/perl@12584 --- diff --git a/configure.com b/configure.com index 2c4f1be..04144ad 100644 --- a/configure.com +++ b/configure.com @@ -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