]> granicus.if.org Git - python/commit
bpo-29643: Fix check for --enable-optimizations (GH-129)
authorAlex Wang <aw1621107@gmail.com>
Tue, 28 Mar 2017 12:50:51 +0000 (08:50 -0400)
committerINADA Naoki <methane@users.noreply.github.com>
Tue, 28 Mar 2017 12:50:51 +0000 (21:50 +0900)
commit8cea5929f52801b0ce5928b46ef836e99a24321a
tree12dd5e34dd3dc16062fadbd6a7a52c8c8910ef44
parentad2f9e2c8a0b44b3e6aec9d28ba59e13239236f7
bpo-29643: Fix check for --enable-optimizations (GH-129)

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