diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-23 17:09:46 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-23 17:09:46 +0000 |
commit | a0d24b8aeec3efee3bec11035679110bf9d3e9ed (patch) | |
tree | 495ae098442ac355ca7266b5474868162e052341 /Configure | |
parent | e618509dae5f48030fc900669ffa1962d7070a4c (diff) | |
download | perl-a0d24b8aeec3efee3bec11035679110bf9d3e9ed.tar.gz |
Too volatile failsafe check.
p4raw-id: //depot/perl@11450
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |