diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-22 18:18:37 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-22 18:18:37 +0000 |
commit | 19adaf67a10f854fd19b7a4980e036b2eeaf05ff (patch) | |
tree | ba1b1b83cd3108cdcc1059f7264c4e720dfecfa5 /Configure | |
parent | 562628a3426d58cb10566f7b16d85fd2f25ab028 (diff) | |
download | perl-19adaf67a10f854fd19b7a4980e036b2eeaf05ff.tar.gz |
Make the selection of NVff et al stricter.
p4raw-id: //depot/perl@6775
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Aug 22 17:16:22 EET DST 2000 [metaconfig 3.0 PL70] +# Generated on Tue Aug 22 21:15:59 EET DST 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -13256,7 +13256,7 @@ else fi fi -if $test X"$nvsize" = X"$longdblsize" -a "$longdblsize" -gt "$doublesize"; then +if $test X"$uselongdouble" = X"$define" -a X"$d_longdbl" = X"$define" -a X"$d_PRIgldbl" = X"$define"; then nveformat="$sPRIeldbl" nvfformat="$sPRIfldbl" nvgformat="$sPRIgldbl" |