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

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