diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-09 19:13:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-09 19:13:27 +0000 |
commit | 08413ebc51dcb35b3408023ec04754fc94dff611 (patch) | |
tree | 446e0be32554b892b75280b214ee5e6223ad6958 /Configure | |
parent | 61f30a5e3e764ad23dc522336ef778c4928f80d4 (diff) | |
download | perl-08413ebc51dcb35b3408023ec04754fc94dff611.tar.gz |
Change #7160 had a nasty typo.
p4raw-id: //depot/perl@7177
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 Fri Oct 6 21:10:34 EET DST 2000 [metaconfig 3.0 PL70] +# Generated on Mon Oct 9 21:51:54 EET DST 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >/tmp/c1$$ <<EOF @@ -4152,7 +4152,7 @@ esac' compile=' mc_file=$1; shift; -$cc -o ${mc_file} $optimize $ccflags $ldflags$* ${mc_file}.c $libs > /dev/null 2>&1;' +$cc -o ${mc_file} $optimize $ccflags $ldflags $* ${mc_file}.c $libs > /dev/null 2>&1;' : define a shorthand compile call for compilations that should be ok. compile_ok=' mc_file=$1; |