diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-12 19:27:31 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-12 19:27:31 +0000 |
commit | 09e3ef00b24ebbe093c0460f3ad3fdbeec8215e7 (patch) | |
tree | 41674215468e463cbf487b379687a01bbe74d414 /Configure | |
parent | 9c08388a87041f537787d9c32ba31cd1b1b2e826 (diff) | |
download | perl-09e3ef00b24ebbe093c0460f3ad3fdbeec8215e7.tar.gz |
Don't claim defeat too early.
p4raw-id: //depot/cfgperl@3972
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Thu Aug 12 22:03:15 EET DST 1999 [metaconfig 3.0 PL70] +# Generated on Thu Aug 12 22:27:20 EET DST 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -7025,10 +7025,6 @@ EOCP fi if $test X"$sPRIfldbl" = X; then - echo "Cannot figure out how to print long doubles." >&4 -fi - -if $test X"$sPRIfldbl" = X; then $cat >try.c <<'EOCP' #include <sys/types.h> #include <stdio.h> @@ -7072,6 +7068,10 @@ EOCP fi fi +if $test X"$sPRIfldbl" = X; then + echo "Cannot figure out how to print long doubles." >&4 +fi + $rm -f try try.* fi # d_longdbl |