Make the warning about abandoning long doubles more visible.
Jarkko Hietaniemi [Tue, 29 Feb 2000 16:58:08 +0000 (16:58 +0000)]
p4raw-id: //depot/cfgperl@5357

Configure

index ea4abda..7a09e90 100755 (executable)
--- 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
        ;;