allow --with-dbmliborder to specify that no dbm modules will be built #6491

This commit is contained in:
Benjamin Peterson 2010-01-01 15:21:13 +00:00
parent 6c99b4e0d6
commit edfe72f66f
2 changed files with 7 additions and 3 deletions

View file

@ -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.