summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-07-13 13:18:48 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-07-13 13:18:48 +0000
commit7f6a09a78a87377b3c4ab8a764aa7a7abb1d4be6 (patch)
treee03918477674239d375f283449c32dfe6bdb9dbc /Configure
parentfb5863504ac81de7d470bce328b184abf99533d2 (diff)
downloadperl-7f6a09a78a87377b3c4ab8a764aa7a7abb1d4be6.tar.gz
Detypo from Peter Prymmer, part of #6388.
p4raw-id: //depot/cfgperl@6389
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index a894bee651..bf3e857207 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 Wed Jul 12 07:59:35 EET DST 2000 [metaconfig 3.0 PL70]
+# Generated on Thu Jul 13 16:16:41 EET DST 2000 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -9756,7 +9756,7 @@ echo 'int main() { long long x = 7; return 0; }' > try.c
set try
if eval $compile; then
val="$define"
- echo "You have have long long."
+ echo "You have long long."
else
val="$undef"
echo "You do not have long long."