]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98636: Fix detecting gdbm_compat for _dbm module (#98643)
authorMichał Górny <mgorny@gentoo.org>
Wed, 11 Jan 2023 21:46:28 +0000 (22:46 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Jan 2023 21:46:28 +0000 (22:46 +0100)
commit02a72f080dc89b037c304a85a0f96509de9ae688
treec3a86320187d36542843d340c84a9f6e4972a47f
parent07a87f74faf31cdd755ac7de6d44531139899d1b
gh-98636: Fix detecting gdbm_compat for _dbm module (#98643)

Fix the gdbm_compat library detection logic to actually check for
-lgdbm_compat independently of the ndbm detection.
This fixes the build failure with `--with-dbmliborder=gdbm`,
and implicit fallback to ndbm with the default value.
Misc/ACKS
Misc/NEWS.d/next/Build/2022-10-25-11-53-55.gh-issue-98636.e0RPAr.rst [new file with mode: 0644]
configure
configure.ac