diff options
author | Christian Heimes <christian@python.org> | 2021-11-10 19:26:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 19:26:55 (GMT) |
commit | 0a9f69539be27acf1cddf1b58d02a88d02e5008d (patch) | |
tree | 45073f51d11b129bd88c0da801c0a23a61e7558f /Doc/whatsnew | |
parent | c1323d4b8cb010a06c11bace6e681bea7f895851 (diff) | |
download | cpython-0a9f69539be27acf1cddf1b58d02a88d02e5008d.zip cpython-0a9f69539be27acf1cddf1b58d02a88d02e5008d.tar.gz cpython-0a9f69539be27acf1cddf1b58d02a88d02e5008d.tar.bz2 |
bpo-45747: Detect gdbm/dbm dependencies in configure (GH-29467)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 27062f6..c0a6ce4 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -528,6 +528,10 @@ Build Changes detected by :program:`configure`. (Contributed by Christian Heimes in :issue:`45763`.) +* Build dependencies for :mod:`dbm` are now detected by :program:`configure`. + ``libdb`` 3.x and 4.x are no longer supported. + (Contributed by Christian Heimes in :issue:`45747`.) + C API Changes ============= |