From: Craig A. Berry Date: Thu, 3 Sep 2009 22:48:14 +0000 (-0500) Subject: Make configure.com aware that ext/Thread no longer exists. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ff46596bd61e94aa452b899daaefb201393f303;p=p5sagit%2Fp5-mst-13.2.git Make configure.com aware that ext/Thread no longer exists. --- diff --git a/configure.com b/configure.com index 4815fdf..0768794 100644 --- a/configure.com +++ b/configure.com @@ -2796,13 +2796,6 @@ $ IF .NOT. Has_socketshr .AND. .NOT. Has_Dec_C_Sockets $ THEN $ dflt = dflt - "Socket" ! optional on VMS $ ENDIF -$ ! Build this one only for threads without ithreads -$ 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") $!