summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-08-31 10:51:40 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-08-31 17:53:08 -0400
commit4c1a9b0c1cd511f382b94a6bf9698242dbf2342a (patch)
tree7ac98543727d6fd3e42ef67a5c61f7571e21a809 /Configure
parentd5f4f26a609ca54aaae457e0dfefb1b93929a317 (diff)
downloadperl-4c1a9b0c1cd511f382b94a6bf9698242dbf2342a.tar.gz
POSIX math: Configure scan fpgetround
Legacy BSD way of fegetround.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/Configure b/Configure
index f319eb8cda..caf8698046 100755
--- a/Configure
+++ b/Configure
@@ -476,6 +476,7 @@ d_fp_classl=''
d_fpclass=''
d_fpclassify=''
d_fpclassl=''
+d_fpgetround=''
d_fpos64_t=''
d_frexpl=''
d_fs_data_s=''
@@ -13738,6 +13739,10 @@ eval $inlibc
set fpclassl d_fpclassl
eval $inlibc
+: see if fpgetround exists
+set fpgetround d_fpgetround
+eval $inlibc
+
: check for fpos64_t
echo " "
echo "Checking to see if you have fpos64_t..." >&4
@@ -23348,6 +23353,7 @@ d_fpathconf='$d_fpathconf'
d_fpclass='$d_fpclass'
d_fpclassify='$d_fpclassify'
d_fpclassl='$d_fpclassl'
+d_fpgetround='$d_fpgetround'
d_fpos64_t='$d_fpos64_t'
d_frexpl='$d_frexpl'
d_fs_data_s='$d_fs_data_s'