From: Craig A. Berry Date: Wed, 25 Sep 2002 17:14:33 +0000 (-0500) Subject: configure.com -- don't exclude threads::shared X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=db3fe56f66842b3d71decce3de6f0df9e17d6092;p=p5sagit%2Fp5-mst-13.2.git configure.com -- don't exclude threads::shared From: "Craig A. Berry" Message-ID: <3D923549.6050809@mac.com> p4raw-id: //depot/perl@17936 --- diff --git a/configure.com b/configure.com index 3c68854..b598041 100644 --- a/configure.com +++ b/configure.com @@ -2573,8 +2573,6 @@ $ 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/shared" -$ IF .NOT. use_ithreads THEN dflt = dflt - "threads" $ IF .NOT. use_threads THEN dflt = dflt - "Thread" $ dflt = F$EDIT(dflt,"TRIM,COMPRESS") $!