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-Tag: v5.10.0~2589 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/26d21fa180ea83e37f583b5ced04e38690654588?ds=inline 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", );