diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2002-03-01 01:38:59 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-01 17:29:32 +0000 |
commit | 506faf56dfc5fbabb52996eac45fa2d064bcf4ba (patch) | |
tree | 2fb5dc017596928d209b528d51f6871568593a8a /Configure | |
parent | 1f089b222902fe397f260b58b4f7410cd2b4bc01 (diff) | |
download | perl-506faf56dfc5fbabb52996eac45fa2d064bcf4ba.tar.gz |
Re: [PATCH] Configure to correctly recognize Amiga OS
Message-ID: <zy7f8gzkgWgY092yn@efn.org>
p4raw-id: //depot/perl@14930
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 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 Thu Feb 28 23:59:38 EET 2002 [metaconfig 3.0 PL70] +# Generated on Fri Mar 1 20:03:36 EET 2002 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -1047,7 +1047,7 @@ elif test -n "$DJGPP"; then : DOS DJGPP _exe=".exe" elif test -d c:/. ; then -: OS/2 +: OS/2 or cygwin _exe=".exe" fi |