]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115765: Don't use deprecated AC_CHECK_TYPE macro in configure.ac (#115792)
authorErlend E. Aasland <erlend@python.org>
Thu, 22 Feb 2024 09:04:15 +0000 (10:04 +0100)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2024 09:04:15 +0000 (10:04 +0100)
commitbaae73d7307214ee97abbe80aaa8c1c773a6f682
tree7a2872f445c8fe34b7be1de39a6a2e2529c22db1
parent7bc79371a62e8f45542cf5679ed35d0d29e94226
gh-115765: Don't use deprecated AC_CHECK_TYPE macro in configure.ac (#115792)

Instead use AC_CHECK_TYPES.
configure
configure.ac
pyconfig.h.in