[Python-checkins] [python/cpython] f01de6: bpo-29643: Fix check for --enable-optimizations (G...

GitHub noreply at github.com
Tue Mar 28 11:25:28 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: f01de61a8efea8319c65365898982f929d59a895
      https://github.com/python/cpython/commit/f01de61a8efea8319c65365898982f929d59a895
  Author: INADA Naoki <methane at users.noreply.github.com>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
    M Misc/NEWS
    M configure
    M configure.ac

  Log Message:
  -----------
  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)




More information about the Python-checkins mailing list