]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29643: Fix check for --enable-optimizations (GH-873)
authorINADA Naoki <methane@users.noreply.github.com>
Tue, 28 Mar 2017 16:50:48 +0000 (01:50 +0900)
committerGitHub <noreply@github.com>
Tue, 28 Mar 2017 16:50:48 +0000 (01:50 +0900)
commit6a04ef7ceddae0930eba6cc57ba2ebfcef00abab
tree6f46da67449bf4a900855202a5e1703d69f14bdc
parentd6654071cf800ec9e7d4f3f169c123ec0149b243
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)
Misc/NEWS
configure
configure.ac