summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2007-04-03 14:28:30 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-04-04 06:39:46 +0000
commitfe81764979cb6adf5d50185cb7eaf0b34b6b025e (patch)
tree88e6487cf09ec113ad157d8b3cee8f04033e597c /Porting
parent9fc012f420361d7813d0f0e2512255e870c5c1e4 (diff)
downloadperl-fe81764979cb6adf5d50185cb7eaf0b34b6b025e.tar.gz
Re: [PATCH] microperl plus missing config vars
Message-ID: <4612D50E.5010105@iki.fi> p4raw-id: //depot/perl@30839
Diffstat (limited to 'Porting')
-rw-r--r--Porting/checkcfgvar.pl3
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);
}