From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Thu, 14 Feb 2002 22:21:20 +0000 (+0000)
Subject: Also OS/2 seems to need exe set early.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba8639421c86ec71757a56d2fabcbfe5474d875d;p=p5sagit%2Fp5-mst-13.2.git

Also OS/2 seems to need exe set early.

p4raw-id: //depot/perl@14697
---

diff --git a/Configure b/Configure
index d2b35fe..a56d56a 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=''