From: Craig A. Berry Date: Fri, 16 Feb 2007 00:43:07 +0000 (+0000) Subject: In configure.com, further disambiguate -Duselongdouble and its X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a175606a30f95b0b54b847f1cf01c02212f3ec62;p=p5sagit%2Fp5-mst-13.2.git In configure.com, further disambiguate -Duselongdouble and its prerequisites from other 64-bit options. p4raw-id: //depot/perl@30325 --- diff --git a/configure.com b/configure.com index cf3d5ba..25c9329 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