From: Andy Dougherty <doughera@lafayette.edu> Date: Wed, 10 Sep 2003 12:03:53 +0000 (-0400) Subject: 5.8.1 warnings when long double == double X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7ad90562640caa7bf113483a230fea3eb0d77a9f;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/Configure b/Configure index 8ed8c2d..89a315f 100755 --- a/Configure +++ b/Configure @@ -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