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

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