summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-12-15 05:00:23 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-12-15 05:00:23 (GMT)
commit64e8f6ec1c63ac71f80036c4344b1a7f17778cc9 (patch)
tree33de8d99cecf1af09291922876476511ec9fb489 /Misc
parent7a6a97352d9a99e83e6beca729d14bb6ca542d12 (diff)
downloadcpython-64e8f6ec1c63ac71f80036c4344b1a7f17778cc9.zip
cpython-64e8f6ec1c63ac71f80036c4344b1a7f17778cc9.tar.gz
cpython-64e8f6ec1c63ac71f80036c4344b1a7f17778cc9.tar.bz2
use autoconf macro to check for pkg-config (closes #15506)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c0c8603..af9274a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,9 @@ IDLE
Build
-----
+- Issue #15506: Use standard PKG_PROG_PKG_CONFIG autoconf macro in the configure
+ script.
+
- Issue #23032: Fix installer build failures on OS X 10.4 Tiger
by disabling assembly code in the OpenSSL build.