summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-07-23 17:09:46 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-23 17:09:46 +0000
commita0d24b8aeec3efee3bec11035679110bf9d3e9ed (patch)
tree495ae098442ac355ca7266b5474868162e052341 /Configure
parente618509dae5f48030fc900669ffa1962d7070a4c (diff)
downloadperl-a0d24b8aeec3efee3bec11035679110bf9d3e9ed.tar.gz
Too volatile failsafe check.
p4raw-id: //depot/perl@11450
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/Configure b/Configure
index 944363d65c..95ae1d747c 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 Sat Jul 14 05:31:33 EET DST 2001 [metaconfig 3.0 PL70]
+# Generated on Mon Jul 23 21:06:18 EET DST 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -2313,8 +2313,8 @@ $define|true|[yY]*)
fi
done
# Sanity check 2.
- if test ! -f t/base/commonsense.t; then
- echo "Failed to create the symlinks. Aborting." >&4
+ if test ! -f t/base/lex.t; then
+ echo "Failed to create the symlinks (t/base/lex.t missing). Aborting." >&4
exit 1
fi
cd UU