diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-08-27 18:36:32 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-08-28 07:50:27 -0400 |
commit | 946f662dd4889e024389c494e5ffe76502568e8e (patch) | |
tree | 34faed7909016e9e6183d7332762acdfe4f229a8 /hints | |
parent | e09e3cee34fbe40a471dc2fa31f2b8533598fb45 (diff) | |
download | perl-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.sh | 3 |
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. |