]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-122571: Remove duplicate definition of PY_BUILTIN_HASHLIB_HASHES in configu...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Sep 2024 10:52:21 +0000 (12:52 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 10:52:21 +0000 (12:52 +0200)
commit8a4f7082207cf11b26818c3290097856737b0385
tree38a7ddbcc2443fe2b1edb707f1d6154d5be3c4bc
parent29733b084db99a76ef2ffe0664f7f1e0efa47679
[3.13] gh-122571: Remove duplicate definition of PY_BUILTIN_HASHLIB_HASHES in configure.ac (GH-122572) (#122763)

gh-122571: Remove duplicate definition of PY_BUILTIN_HASHLIB_HASHES in configure.ac (GH-122572)

The redefinition in confdefs.h can cause issues with the
AX_CHECK_COMPILE_FLAG macro.
(cherry picked from commit b5e142ba7c2063efe9bb8065c3b0bad33e2a9afa)

Co-authored-by: Jonathan Protzenko <protz@microsoft.com>
configure
configure.ac