From: Benjamin Peterson Date: Fri, 1 Jan 2010 15:18:38 +0000 (+0000) Subject: add note X-Git-Tag: v2.7a2~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4abef6d42f2e2b751acf1727f472519dd1d63aa;p=thirdparty%2FPython%2Fcpython.git add note --- diff --git a/Misc/NEWS b/Misc/NEWS index c78eaa8e9401..a24267a69289 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -93,6 +93,9 @@ C-API 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.