]> granicus.if.org Git - python/commit
bpo-29643: Fix check for --enable-optimizations (GH-871)
authorINADA Naoki <methane@users.noreply.github.com>
Tue, 28 Mar 2017 15:26:29 +0000 (00:26 +0900)
committerGitHub <noreply@github.com>
Tue, 28 Mar 2017 15:26:29 +0000 (00:26 +0900)
commite6a49531568561fe5aaf662259ecb7b4bc2426be
tree5f2369e116d6670c97b4bece21c46f2bf33ea9d5
parent8994f36287b068e8ea9a9230fc90eda72bf5fff0
bpo-29643: Fix check for --enable-optimizations (GH-871)

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)
Misc/NEWS
configure
configure.ac