diff options
Diffstat (limited to 'Porting/checkcfgvar.pl')
-rw-r--r-- | Porting/checkcfgvar.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Porting/checkcfgvar.pl b/Porting/checkcfgvar.pl index 3f14b6f89e..6f4e7d0dc6 100644 --- a/Porting/checkcfgvar.pl +++ b/Porting/checkcfgvar.pl @@ -106,5 +106,8 @@ for my $cfg (@CFG) { warn "$cfg:$.:$_"; } }); + if ($cfg eq 'configure.com') { + $cfg{startperl}++; # Cheat. + } check_cfg($cfg, \%cfg); } |