summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-08-27 18:36:32 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-08-28 07:50:27 -0400
commit946f662dd4889e024389c494e5ffe76502568e8e (patch)
tree34faed7909016e9e6183d7332762acdfe4f229a8 /hints
parente09e3cee34fbe40a471dc2fa31f2b8533598fb45 (diff)
downloadperl-946f662dd4889e024389c494e5ffe76502568e8e.tar.gz
Under C99 isfinite/isinf/isnan are sizeof-aware macros.
So let's not test them with inlibc.
Diffstat (limited to 'hints')
-rw-r--r--hints/darwin.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh
index 7f555ff3b5..f8e280dbcc 100644
--- a/hints/darwin.sh
+++ b/hints/darwin.sh
@@ -30,9 +30,6 @@ case "$osvers" in
*) d_finite='undef' ;;
esac
-# The Configure checks isfinite as libc symbol, but it is a macro+inline.
-d_isfinite='define'
-
# This was previously used in all but causes three cases
# (no -Ddprefix=, -Dprefix=/usr, -Dprefix=/some/thing/else)
# but that caused too much grief.