commit | 02a72f080dc89b037c304a85a0f96509de9ae688 | [log] [tgz] |
---|---|---|
author | Michał Górny <mgorny@gentoo.org> | Wed Jan 11 22:46:28 2023 +0100 |
committer | GitHub <noreply@github.com> | Wed Jan 11 22:46:28 2023 +0100 |
tree | c3a86320187d36542843d340c84a9f6e4972a47f | |
parent | 07a87f74faf31cdd755ac7de6d44531139899d1b [diff] |
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.