summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-24 01:15:03 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-24 01:15:03 +0000
commit3c96ce7f2b82ec810f33f99f29e7329de0d858a3 (patch)
treebbff79a5ee44745f45598811bb8a77efe2e8fdad
parentdb03d9e86818e11b1e659d6bc5999d5946f6fe4e (diff)
downloadperl-3c96ce7f2b82ec810f33f99f29e7329de0d858a3.tar.gz
Detypo fpos64_t test.
p4raw-id: //depot/cfgperl@5232
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index 4183e01bf6..beefcdc949 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 Thu Feb 24 03:09:49 EET 2000 [metaconfig 3.0 PL70]
+# Generated on Thu Feb 24 03:13:49 EET 2000 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -8844,7 +8844,7 @@ echo " "
echo "Checking to see if your system supports fpos64_t..." >&4
$cat >try.c <<EOCP
#include <stdio.h>
-int main() { fpos64_t x x = 7; }
+int main() { fpos64_t x = 7; }
EOCP
set try
if eval $compile; then