summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-22 18:18:37 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-22 18:18:37 +0000
commit19adaf67a10f854fd19b7a4980e036b2eeaf05ff (patch)
treeba1b1b83cd3108cdcc1059f7264c4e720dfecfa5 /Configure
parent562628a3426d58cb10566f7b16d85fd2f25ab028 (diff)
downloadperl-19adaf67a10f854fd19b7a4980e036b2eeaf05ff.tar.gz
Make the selection of NVff et al stricter.
p4raw-id: //depot/perl@6775
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index e0bd37ac27..24c3a56969 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 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"