diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-29 16:58:08 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-29 16:58:08 +0000 |
commit | 3d68f8d4139951c7b4cc7e28a17f08863499a7c3 (patch) | |
tree | 9a490a2fe161daeae18dd745739ebed2d9dd767a /Configure | |
parent | c6861c9d8d9c7eeff1350aacd53b1033219f39ed (diff) | |
download | perl-3d68f8d4139951c7b4cc7e28a17f08863499a7c3.tar.gz |
Make the warning about abandoning long doubles more visible.
p4raw-id: //depot/cfgperl@5357
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 ;; |