]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122571: Remove duplicate definition of PY_BUILTIN_HASHLIB_HASHES in configure...
authorJonathan Protzenko <protz@microsoft.com>
Tue, 6 Aug 2024 23:31:39 +0000 (16:31 -0700)
committerGitHub <noreply@github.com>
Tue, 6 Aug 2024 23:31:39 +0000 (23:31 +0000)
commitb5e142ba7c2063efe9bb8065c3b0bad33e2a9afa
tree7005b4dc7a1a650a3413ed923fd10deb1cdb089d
parent4767a6e31c0550836b2af45d27e374e721f0c4e6
gh-122571: Remove duplicate definition of PY_BUILTIN_HASHLIB_HASHES in configure.ac (#122572)

The redefinition in confdefs.h can cause issues with the
AX_CHECK_COMPILE_FLAG macro.
configure
configure.ac