summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2003-09-10 08:03:53 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2003-09-18 04:58:05 +0000
commit7ad90562640caa7bf113483a230fea3eb0d77a9f (patch)
tree852a6a9f2da971d8b25bd2e2697d992c2d78e496 /Configure
parent373dfab3839ca168fd2249c0b2b694722e478652 (diff)
downloadperl-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-xConfigure6
1 files changed, 4 insertions, 2 deletions
diff --git a/Configure b/Configure
index 8ed8c2d4dc..89a315f3c2 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