diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-03 02:24:02 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-03 02:24:02 +0000 |
commit | 69eadf66e3c6a311244719077363ae1008cce477 (patch) | |
tree | 15a9469efe5a3f3f9585a8f0396a8c79fd48273b /Configure | |
parent | e75931a765960ad4c0734b7843b80080cef7e6a8 (diff) | |
download | perl-69eadf66e3c6a311244719077363ae1008cce477.tar.gz |
Misplaced else.
p4raw-id: //depot/perl@7129
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Oct 3 05:08:05 EET DST 2000 [metaconfig 3.0 PL70] +# Generated on Tue Oct 3 05:18:15 EET DST 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >/tmp/c1$$ <<EOF @@ -11650,10 +11650,10 @@ Your strtoll() doesn't seem to be working okay. EOM d_strtoll="$undef" ;; + esac else echo "(I can't seem to compile the test program--assuming it doesn't)" d_strtoll="$undef" - esac fi ;; esac |