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)
commit0f3cde14533060cd7a46f897e7db938166dff56a (patch)
tree8309e85b36b146dc9a973d3de68be7b666d31ea2 /Misc
parenteb9a9b6ffa7946f0e76f5425bacadb4944e615f8 (diff)
downloadcpython-0f3cde14533060cd7a46f897e7db938166dff56a.zip
cpython-0f3cde14533060cd7a46f897e7db938166dff56a.tar.gz
cpython-0f3cde14533060cd7a46f897e7db938166dff56a.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 2d1b963..f6b1a3b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -238,6 +238,9 @@ Tests
Build
-----
+- Issue #15506: Use standard PKG_PROG_PKG_CONFIG autoconf macro in the configure
+ script.
+
- Issue #22935: Allow the ssl module to be compiled if openssl doesn't support
SSL 3.