summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2017-03-28 16:50:48 (GMT)
committerGitHub <noreply@github.com>2017-03-28 16:50:48 (GMT)
commit6a04ef7ceddae0930eba6cc57ba2ebfcef00abab (patch)
tree6f46da67449bf4a900855202a5e1703d69f14bdc /Misc
parentd6654071cf800ec9e7d4f3f169c123ec0149b243 (diff)
downloadcpython-6a04ef7ceddae0930eba6cc57ba2ebfcef00abab.zip
cpython-6a04ef7ceddae0930eba6cc57ba2ebfcef00abab.tar.gz
cpython-6a04ef7ceddae0930eba6cc57ba2ebfcef00abab.tar.bz2
bpo-29643: Fix check for --enable-optimizations (GH-873)
The presence of the ``--enable-optimizations`` flag is indicated by the value of ``$enableval``, but the configure script was checking ``$withval``, resulting in the ``--enable-optimizations`` flag being effectively ignored. (cherry picked from commit 8cea5929f52801b0ce5928b46ef836e99a24321a)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index de5ef7d..8a07190 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -118,6 +118,8 @@ Documentation
Build
-----
+- bpo-29643: Fix ``--enable-optimization`` configure option didn't work.
+
- bpo-29572: Update Windows build and OS X installers to use OpenSSL 1.0.2k.
- Issue #28768: Fix implicit declaration of function _setmode. Patch by