diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-16 08:27:26 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-16 08:27:26 +0000 |
commit | 77bbdecc499e5311887f7b422e569a89d0378219 (patch) | |
tree | 8b1352ee059e02161d93bbd82634cac29320bee8 /Configure | |
parent | 72edffd8c9be795e5b3d054712ab905abfc441f0 (diff) | |
download | perl-77bbdecc499e5311887f7b422e569a89d0378219.tar.gz |
Thinko in modfl detection.
p4raw-id: //depot/perl@19228
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Apr 15 21:03:52 EET DST 2003 [metaconfig 3.0 PL70] +# Generated on Wed Apr 16 12:35:41 EET DST 2003 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -13782,7 +13782,7 @@ EOCP esac if $test "$uselongdouble" = "$define"; then - message="No more information." + message=none case "$d_sqrtl:$d_modfl" in $define:$define) : You have both @@ -13802,7 +13802,7 @@ if $test "$uselongdouble" = "$define"; then ;; esac - if $test "$message" != X; then + if $test "$message" != none; then $cat <<EOM >&4 *** You requested the use of long doubles but you do not seem to have |