summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-08-29 09:42:58 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-08-31 17:53:05 -0400
commit40613a90fecb6a31e56e115354a9132233d08267 (patch)
tree4a7e39159ed7f0f7760389919b20a5c7d49e2f54 /configure.com
parent1a91763981b88d10618c92a35adc63bbe749952f (diff)
downloadperl-40613a90fecb6a31e56e115354a9132233d08267.tar.gz
POSIX math: Configure scan for acosh.
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.com b/configure.com
index 972d5757f6..b1763c1289 100644
--- a/configure.com
+++ b/configure.com
@@ -3376,11 +3376,13 @@ $ d_isnan = "define"
$ d_isnanl = "define"
$ d_fp_classify = "define"
$ d_j0 = "define"
+$ d_acosh = "define"
$ ELSE
$ d_isnan = "undef"
$ d_isnanl = "undef"
$ d_fp_classify = "undef"
$ d_j0 = "undef"
+$ d_acosh = "undef"
$ ENDIF
$!
$! Now some that we build up
@@ -5889,6 +5891,7 @@ $ WC "d_SCNfldbl='" + d_SCNfldbl + "'"
$ WC "d__fwalk='undef'"
$ WC "d_access='" + d_access + "'"
$ WC "d_accessx='undef'"
+$ WC "d_acosh='" + d_acosh + "'"
$ WC "d_aintl='undef'"
$ WC "d_alarm='define'"
$ WC "d_archlib='define'"