summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-03-03 00:55:58 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-03 00:55:58 +0000
commit2d967e397d11d72299918db17bcee3cb96a98e93 (patch)
tree4d7a6f9d1b81d679b252dd4e890efdff33d59807 /Configure
parent7fa33807303629865bfd91025031ce416f9424e7 (diff)
downloadperl-2d967e397d11d72299918db17bcee3cb96a98e93.tar.gz
Regen files for mainline.
p4raw-id: //depot/perl@8996
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index 3166b87dba..c51e39b882 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 Feb 23 03:39:53 EET 2001 [metaconfig 3.0 PL70]
+# Generated on Sat Mar 3 02:41:27 EET 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -3146,7 +3146,7 @@ int main() {
exit(0);
}
EOM
-if $cc -o gccvers $ldflags gccvers.c; then
+if $cc -o gccvers $ccflags $ldflags gccvers.c; then
gccversion=`./gccvers`
case "$gccversion" in
'') echo "You are not using GNU cc." ;;