summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2007-02-16 00:43:07 +0000
committerCraig A. Berry <craigberry@mac.com>2007-02-16 00:43:07 +0000
commita175606a30f95b0b54b847f1cf01c02212f3ec62 (patch)
tree25338ed08b22f0ea298692343d39266dc29de3e5 /configure.com
parent0fa0c92d7e11919cd6e656e650a639f346cb3ba1 (diff)
downloadperl-a175606a30f95b0b54b847f1cf01c02212f3ec62.tar.gz
In configure.com, further disambiguate -Duselongdouble and its
prerequisites from other 64-bit options. p4raw-id: //depot/perl@30325
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com24
1 files changed, 17 insertions, 7 deletions
diff --git a/configure.com b/configure.com
index cf3d5ba9fd..25c9329f59 100644
--- a/configure.com
+++ b/configure.com
@@ -3218,11 +3218,6 @@ $ d_quad = "define"
$ quadtype = "long long"
$ uquadtype = "unsigned long long"
$ quadkind = "QUAD_IS_LONG_LONG"
-$ d_frexpl = "define"
-$ d_isnan = "define"
-$ d_isnanl = "define"
-$ d_modfl = "define"
-$ d_modflproto = "define"
$ ELSE
$ d_PRId64 = "undef"
$ d_PRIXU64 = "undef"
@@ -3239,13 +3234,28 @@ $ d_quad = "undef"
$ quadtype = "long"
$ uquadtype = "unsigned long"
$ quadkind = "QUAD_IS_LONG"
+$ ENDIF
+$!
+$ IF archname .NES. "VMS_VAX"
+$ THEN
+$ d_frexpl = "define"
+$ d_modfl = "define"
+$ d_modflproto = "define"
+$ ELSE
$ d_frexpl = "undef"
-$ d_isnan = "undef"
-$ d_isnanl = "undef"
$ d_modfl = "undef"
$ d_modflproto = "undef"
$ ENDIF
$!
+$ IF usieee .OR. useieee .EQS. "define"
+$ THEN
+$ d_isnan = "define"
+$ d_isnanl = "define"
+$ ELSE
+$ d_isnan = "undef"
+$ d_isnanl = "undef"
+$ ENDIF
+$!
$! Now some that we build up
$!
$ IF use_threads