summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-10-09 19:13:27 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-10-09 19:13:27 +0000
commit08413ebc51dcb35b3408023ec04754fc94dff611 (patch)
tree446e0be32554b892b75280b214ee5e6223ad6958 /Configure
parent61f30a5e3e764ad23dc522336ef778c4928f80d4 (diff)
downloadperl-08413ebc51dcb35b3408023ec04754fc94dff611.tar.gz
Change #7160 had a nasty typo.
p4raw-id: //depot/perl@7177
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index 56a58b1ad3..e53b1483f3 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 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;