commit | b4abef6d42f2e2b751acf1727f472519dd1d63aa | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Jan 01 15:18:38 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Jan 01 15:18:38 2010 +0000 |
tree | f24e9a9c06c8aa5fe640e4bdcfb2e06a08cb029a | |
parent | 1c335e63c9e7ca8d6d5ea72fe5ce44cbb0fb5c51 [diff] |
add note
diff --git a/Misc/NEWS b/Misc/NEWS index c78eaa8..a24267a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -93,6 +93,9 @@ 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 library to be used for the pyexpat module instead of the one included with Python.