diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-15 05:00:23 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-15 05:00:23 (GMT) |
commit | 0f3cde14533060cd7a46f897e7db938166dff56a (patch) | |
tree | 8309e85b36b146dc9a973d3de68be7b666d31ea2 /Misc | |
parent | eb9a9b6ffa7946f0e76f5425bacadb4944e615f8 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |