diff options
-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 |