summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-29 16:58:08 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-29 16:58:08 +0000
commit3d68f8d4139951c7b4cc7e28a17f08863499a7c3 (patch)
tree9a490a2fe161daeae18dd745739ebed2d9dd767a /Configure
parentc6861c9d8d9c7eeff1350aacd53b1033219f39ed (diff)
downloadperl-3d68f8d4139951c7b4cc7e28a17f08863499a7c3.tar.gz
Make the warning about abandoning long doubles more visible.
p4raw-id: //depot/cfgperl@5357
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure9
1 files changed, 5 insertions, 4 deletions
diff --git a/Configure b/Configure
index ea4abdab9e..7a09e90ff9 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 Tue Feb 29 18:49:00 EET 2000 [metaconfig 3.0 PL70]
+# Generated on Tue Feb 29 18:56:27 EET 2000 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -7206,9 +7206,10 @@ case "$uselongdouble:$d_sqrtl" in
$define:$undef)
$cat <<EOM >&4
-You requested the use of long doubles but you do not seem to have
-the mathematic functions for long doubles. I'm disabling the use
-of long doubles.
+*** You requested the use of long doubles but you do not seem to have
+*** the mathematic functions for long doubles. I'm disabling the use
+*** of long doubles.
+
EOM
uselongdouble=$undef
;;