From: Andy Dougherty Date: Wed, 11 Jun 2003 13:35:26 +0000 (-0400) Subject: Configure -Dnoextensions would not accept a list X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c3dadc13ecc6ab6af328ca3d3e57d4da7767d678;p=p5sagit%2Fp5-mst-13.2.git Configure -Dnoextensions would not accept a list Message-ID: p4raw-id: //depot/perl@19742 --- diff --git a/Configure b/Configure index b73082a..28b239e 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Sun Jun 8 21:12:45 EET DST 2003 [metaconfig 3.0 PL70] +# Generated on Wed Jun 11 22:38:54 EET DST 2003 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <&4 for i in $avail_ext; do - case " $i " in - " $noextensions ") echo "Ignoring extension $i." ;; + case " $noextensions " in + *" $i "*) echo "Ignoring extension $i." ;; *) echo "Keeping extension $i."; keepextensions="$keepextensions $i" ;;