commit | edfe72f66fd789d65b0c7125540c08d3e98a901e | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Jan 01 15:21:13 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Jan 01 15:21:13 2010 +0000 |
tree | 5f206ac9177024b9b973e7c1c2ef7c2fbdeba5e4 | |
parent | 6c99b4e0d6f867709bd9c3749cb90f93f693969b [diff] [blame] |
allow --with-dbmliborder to specify that no dbm modules will be built #6491
diff --git a/Misc/NEWS b/Misc/NEWS index acb03be..cf91481 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -93,6 +93,8 @@ Build ----- +- Issue #6491: Allow --with-dbmliborder to specify that no dbms will be built. + - Issue #6943: Use pkg-config to find the libffi headers when the --with-system-ffi flag is used.