commit | 674fa0a740151e0416c9383f127b16014e805990 | [log] [tgz] |
---|---|---|
author | Joshua Root <jmr@macports.org> | Mon Dec 14 07:56:34 2020 +1100 |
committer | GitHub <noreply@github.com> | Sun Dec 13 15:56:34 2020 -0500 |
tree | a117f25851f8fe60cadb98e195b70608e4c9a8b7 | |
parent | 463c7d3d149283814d879a9bb8411af64e656c8e [diff] |
bpo-42598: Fix implicit function declarations in configure (GH-23690) This is invalid in C99 and later and is an error with some compilers (e.g. clang in Xcode 12), and can thus cause configure checks to produce incorrect results.