summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-02 17:48:15 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-02 17:48:15 +0000
commit8a647129b625da7b991d7050849bf1dc6684f30c (patch)
tree7af5991074fe6825feda4d328f8e62228391341b /Configure
parent400e3f8e5f6208355b1b7b8eff6eed4e7f1231eb (diff)
downloadperl-8a647129b625da7b991d7050849bf1dc6684f30c.tar.gz
Confusion over uselargefiles.cbu and uselfs.cbu (the first one
is the correct one), spotted by Robin Barker. p4raw-id: //depot/cfgperl@5440
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/Configure b/Configure
index c70242f658..2230760eb5 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 Mar 1 01:33:58 EET 2000 [metaconfig 3.0 PL70]
+# Generated on Thu Mar 2 19:38:01 EET 2000 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -4337,9 +4337,9 @@ case "$uselargefiles" in
: Look for a hint-file generated 'call-back-unit'. If the
: user has specified that a large files perl is to be built,
: we may need to set or change some other defaults.
- if $test -f uselfs.cbu; then
+ if $test -f uselargefiles.cbu; then
echo "Your platform has some specific hints for large file builds, using them..."
- . ./uselfs.cbu
+ . ./uselargefiles.cbu
echo " "
echo "Rechecking to see how big your file offsets are..." >&4
$cat >try.c <<EOCP