summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-02-14 22:21:20 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-14 22:21:20 +0000
commitba8639421c86ec71757a56d2fabcbfe5474d875d (patch)
tree48b36da49dc39d6e9daee29568bd108ab9608059 /Configure
parent1eda90df89aea387a3d959817af94a372619a3af (diff)
downloadperl-ba8639421c86ec71757a56d2fabcbfe5474d875d.tar.gz
Also OS/2 seems to need exe set early.
p4raw-id: //depot/perl@14697
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/Configure b/Configure
index d2b35fe898..a56d56a104 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Wed Feb 13 08:17:38 EET 2002 [metaconfig 3.0 PL70]
+# Generated on Fri Feb 15 01:22:14 EET 2002 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -1045,6 +1045,10 @@ fi
if test -n "$DJGPP"; then
_exe=".exe"
fi
+: maybe os/2
+if test -d c:/. ; then
+ _exe=".exe"
+fi
i_whoami=''
ccname=''