diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-09-06 21:55:03 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-09-07 22:08:33 -0400 |
commit | 4842dad7c256d1564348893cff3bfed08dadcbe4 (patch) | |
tree | b1e84920c9271aacd8d47b24aac9611bcdb5ed8f /configure.com | |
parent | ed6f4477d0922cc828d8bc6fd16e08c01f7c1210 (diff) | |
download | perl-4842dad7c256d1564348893cff3bfed08dadcbe4.tar.gz |
Configure: scan for truncl.
(C99 version of aintl)
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.com b/configure.com index 56c49f7257..4707c27d95 100644 --- a/configure.com +++ b/configure.com @@ -3377,12 +3377,14 @@ $ d_isnanl = "define" $ d_fp_classify = "define" $ d_j0 = "define" $ d_acosh = "define" +$ d_truncl = "define" $ ELSE $ d_isnan = "undef" $ d_isnanl = "undef" $ d_fp_classify = "undef" $ d_j0 = "undef" $ d_acosh = "undef" +$ d_truncl = "undef" $ ENDIF $! $! Now some that we build up @@ -6316,6 +6318,7 @@ $ WC "d_tm_tm_gmtoff='undef'" $ WC "d_tm_tm_zone='undef'" $ ENDIF $ WC "d_truncate='" + d_truncate + "'" +$ WC "d_truncl='" + d_truncl + "'" $ WC "d_tzname='" + d_tzname + "'" $ WC "d_u32align='define'" $ WC "d_ualarm='" + d_ualarm + "'" |