Commit 51c88c6f8d7b554847569fd6ba3e3b2aed646325

Ben Boeckel 2021-07-26T20:12:45

configure: remove unused checks for functions Nothing uses the results from these checks, so remove the checks. There are some "uses" in order to suppress macro shadowing in MSVC's implementation of `isinf` and `isnan` as macros, but those are hard-coded and do not require checks to manage.