Update checkcfgvars.pl: config.ce is in win32/ in 5.9.x
Steve Hay [Thu, 16 Nov 2006 09:30:48 +0000 (09:30 +0000)]
Leave wince/config.ce in the list as well, though, because that still
exists in 5.8.x

p4raw-id: //depot/perl@29292

Porting/checkcfgvar.pl

index 1db53d7..84e0f05 100644 (file)
@@ -30,6 +30,7 @@ my @CFG = (
           "win32/config.gc",
           "win32/config.vc",
           "win32/config.vc64",
+          "win32/config.ce",
           "wince/config.ce",
           "configure.com",
          );