diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2001-10-03 17:02:59 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-03 12:49:26 +0000 |
commit | 495e2cbe9e2952bdb4e905c5db6c346ed0e84a42 (patch) | |
tree | 100c7ae38d9f30c6c17c6e92e2a4723c8486caac /Configure | |
parent | 769c28980682c9f2c20f6c60950b1b28469d23fa (diff) | |
download | perl-495e2cbe9e2952bdb4e905c5db6c346ed0e84a42.tar.gz |
Both cygwin and djgpp on one machine
Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@12314
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Mon Sep 24 15:24:44 EET DST 2001 [metaconfig 3.0 PL70] +# Generated on Wed Oct 3 16:47:48 EET DST 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -65,7 +65,10 @@ if test -d c:/. ; then PATH=`cmd /c "echo %PATH%" | tr '\\\\' / ` OS2_SHELL=`cmd /c "echo %OS2_SHELL%" | tr '\\\\' / | tr '[A-Z]' '[a-z]'` elif test -n "$DJGPP"; then - p_=\; + case "X${MACHTYPE:-nonesuchmach}" in + *cygwin) ;; + *) p_=\; ;; + esac fi fi |