From: Steve Hay Date: Thu, 16 Nov 2006 09:30:48 +0000 (+0000) Subject: Update checkcfgvars.pl: config.ce is in win32/ in 5.9.x X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=26d21fa180ea83e37f583b5ced04e38690654588;p=p5sagit%2Fp5-mst-13.2.git Update checkcfgvars.pl: config.ce is in win32/ in 5.9.x Leave wince/config.ce in the list as well, though, because that still exists in 5.8.x p4raw-id: //depot/perl@29292 --- diff --git a/Porting/checkcfgvar.pl b/Porting/checkcfgvar.pl index 1db53d7..84e0f05 100644 --- a/Porting/checkcfgvar.pl +++ b/Porting/checkcfgvar.pl @@ -30,6 +30,7 @@ my @CFG = ( "win32/config.gc", "win32/config.vc", "win32/config.vc64", + "win32/config.ce", "wince/config.ce", "configure.com", );