From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Tue, 29 Feb 2000 16:58:08 +0000 (+0000)
Subject: Make the warning about abandoning long doubles more visible.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3d68f8d4139951c7b4cc7e28a17f08863499a7c3;p=p5sagit%2Fp5-mst-13.2.git

Make the warning about abandoning long doubles more visible.

p4raw-id: //depot/cfgperl@5357
---

diff --git a/Configure b/Configure
index ea4abda..7a09e90 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
 	;;