From: Craig A. Berry Date: Wed, 16 May 2007 03:08:51 +0000 (+0000) Subject: Better suppression of Threads build (probably still needed on 5.8.x) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=112b974cac4fae625cc04bc3d230ed4864cde8f4;p=p5sagit%2Fp5-mst-13.2.git Better suppression of Threads build (probably still needed on 5.8.x) p4raw-id: //depot/perl@31226 --- diff --git a/configure.com b/configure.com index b4fdaf2..b6c923d 100644 --- a/configure.com +++ b/configure.com @@ -2774,7 +2774,12 @@ $ THEN $ dflt = dflt - "Socket" ! optional on VMS $ ENDIF $ ! Build this one only for threads without ithreads -$ IF useithreads .OR. useithreads .EQS. "define" .OR. .NOT. use_threads THEN dflt = dflt - "Thread" +$ IF F$TYPE(useithreads) .EQS. "" .OR. .NOT. use_threads +$ THEN +$ dflt = dflt - "Thread" +$ ELSE +$ IF useithreads .OR. useithreads .EQS. "define" THEN dflt = dflt - "Thread" +$ ENDIF $ dflt = dflt - "Win32API/File" - "Win32CORE" - "Win32" ! need Dave Cutler's other project $ dflt = F$EDIT(dflt,"TRIM,COMPRESS") $!