From: Craig A. Berry Date: Mon, 26 Feb 2007 13:36:41 +0000 (+0000) Subject: In configure.com, include the Win32 extensions in $Config{known_extensions}, X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=428c2b4eb54f86e0c7b5afda2dc907e1069149c2;p=p5sagit%2Fp5-mst-13.2.git In configure.com, include the Win32 extensions in $Config{known_extensions}, but not it $Config{extensions}. This way t/TEST knows to exclude them. p4raw-id: //depot/perl@30410 --- diff --git a/configure.com b/configure.com index a5ae577..d4b5273 100644 --- a/configure.com +++ b/configure.com @@ -2747,7 +2747,6 @@ $ IF xxx .EQS. "DynaLoader" THEN goto ext_loop ! omit $ IF xxx .EQS. "SDBM_File/sdbm" THEN goto ext_loop ! sub extension - omit $ IF xxx .EQS. "Devel/PPPort/harness" THEN goto ext_loop ! sub extension - omit $ IF F$EXTRACT(0,7,xxx) .EQS. "Encode/" THEN goto ext_loop ! sub extension - omit -$ IF F$EXTRACT(0,5,xxx) .EQS. "Win32" THEN goto ext_loop ! no Win32 API here $ IF xxx .EQS. "B/C" THEN goto ext_loop ! sub extension - omit $ IF F$EXTRACT(0,8,line) .EQS. "vms/ext/" THEN - xxx = "VMS/" + F$EXTRACT(8,line_len - 20,line) @@ -2774,6 +2773,7 @@ $ THEN $ dflt = dflt - "Socket" ! optional on VMS $ ENDIF $ IF .NOT. use_threads THEN dflt = dflt - "Thread" +$ dflt = dflt - "Win32API/File" - "Win32CORE" - "Win32" ! need Dave Cutler's other project $ dflt = F$EDIT(dflt,"TRIM,COMPRESS") $! $! Ask for their default list of extensions to build