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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4abef6d42f2e2b751acf1727f472519dd1d63aa;p=python add note --- diff --git a/Misc/NEWS b/Misc/NEWS index c78eaa8e94..a24267a692 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.