diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-01-01 15:21:13 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-01-01 15:21:13 (GMT) |
commit | edfe72f66fd789d65b0c7125540c08d3e98a901e (patch) | |
tree | 5f206ac9177024b9b973e7c1c2ef7c2fbdeba5e4 /Misc | |
parent | 6c99b4e0d6f867709bd9c3749cb90f93f693969b (diff) | |
download | cpython-edfe72f66fd789d65b0c7125540c08d3e98a901e.zip cpython-edfe72f66fd789d65b0c7125540c08d3e98a901e.tar.gz cpython-edfe72f66fd789d65b0c7125540c08d3e98a901e.tar.bz2 |
allow --with-dbmliborder to specify that no dbm modules will be built #6491
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -93,6 +93,8 @@ C-API 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. |