summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorVadim Konovalov <vkonovalov@lucent.com>2005-11-23 20:55:00 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-11-23 20:45:44 +0000
commit75472953029ad512c6b76bd0dea6d327f2613a02 (patch)
tree19cd5c9dd0c5597cc4c62cea12d5008514a420a9 /makedef.pl
parent4a818d86735b88cd762faade9872a9c2e89ab057 (diff)
downloadperl-75472953029ad512c6b76bd0dea6d327f2613a02.tar.gz
perlce touches
From: Konovalov, Vadim <vkonovalov@spb.lucent.com> Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com> p4raw-id: //depot/perl@26200
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl
index 9d3c632706..9737605a2f 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -45,7 +45,7 @@ if ($PLATFORM eq 'win32' or $PLATFORM eq 'wince' or $PLATFORM eq "aix") {
# source files and header files and don't include any BUILDOPT's that
# the user might have chosen to disable because the canned configs are
# minimal configs that don't include any of those options.
- my $opts = ($PLATFORM eq 'wince' ? '-MCross' : '');
+ my $opts = ($PLATFORM eq 'wince' ? '-MCross' : ''); # for wince need Cross.pm to get Config.pm
my $config = `$^X $opts -Ilib -V`;
my($options) = $config =~ /^ Compile-time options: (.*?)\n^ \S/ms;
$options =~ s/\s+/ /g;