This commit is contained in:
Benjamin Peterson 2010-01-01 15:18:38 +00:00
parent 1c335e63c9
commit b4abef6d42

View file

@ -93,6 +93,9 @@ C-API
Build Build
----- -----
- Issue #6943: Use pkg-config to find the libffi headers when the
--with-system-ffi flag is used.
- Issue #7609: Add a --with-system-expat option that causes the system's expat - Issue #7609: Add a --with-system-expat option that causes the system's expat
library to be used for the pyexpat module instead of the one included with library to be used for the pyexpat module instead of the one included with
Python. Python.