diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2003-09-10 08:03:53 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-18 04:58:05 +0000 |
commit | 7ad90562640caa7bf113483a230fea3eb0d77a9f (patch) | |
tree | 852a6a9f2da971d8b25bd2e2697d992c2d78e496 /Configure | |
parent | 373dfab3839ca168fd2249c0b2b694722e478652 (diff) | |
download | perl-7ad90562640caa7bf113483a230fea3eb0d77a9f.tar.gz |
5.8.1 warnings when long double == double
Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
(the changed message)
p4raw-id: //depot/perl@21268
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 4 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 Thu Sep 18 08:54:57 EEST 2003 [metaconfig 3.0 PL70] +# Generated on Thu Sep 18 09:10:02 EEST 2003 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -5571,7 +5571,9 @@ EOCP longdblsize="$ans" fi if $test "X$doublesize" = "X$longdblsize"; then - echo "(That isn't any different from an ordinary double.)" + echo "That isn't any different from an ordinary double." + echo "I'll keep your setting anyway, but you may see some" + echo "harmless compilation warnings." fi ;; esac |