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 | 64e8f6ec1c63ac71f80036c4344b1a7f17778cc9 (patch) | |
tree | 33de8d99cecf1af09291922876476511ec9fb489 /Misc | |
parent | 7a6a97352d9a99e83e6beca729d14bb6ca542d12 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |