]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42598: Fix implicit function declarations in configure (GH-23690) (GH-23757)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 13 Dec 2020 22:01:59 +0000 (14:01 -0800)
committerGitHub <noreply@github.com>
Sun, 13 Dec 2020 22:01:59 +0000 (17:01 -0500)
commit9feda9f871498463fe502d63204cf9cd6c1f4706
treeec4f28ff778858749690db7ff8c9114112dd4069
parent150b9bf3e9bddb825c60465194a4b2b51c32ab67
bpo-42598: Fix implicit function declarations in configure (GH-23690) (GH-23757)

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.
(cherry picked from commit 674fa0a740151e0416c9383f127b16014e805990)

Co-authored-by: Joshua Root <jmr@macports.org>
Misc/NEWS.d/next/Build/2020-12-13-14-43-10.bpo-42598.7ipr5H.rst [new file with mode: 0644]
configure
configure.ac