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

GitHub noreply at github.com
Tue Mar 28 09:00:38 EDT 2017


  Branch: refs/heads/backport-8cea592-3.6
  Home:   https://github.com/python/cpython
  Commit: 59eb1abde14b19455d4263dbfc3cc0746377ba59
      https://github.com/python/cpython/commit/59eb1abde14b19455d4263dbfc3cc0746377ba59
  Author: Alex Wang <aw1621107 at gmail.com>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

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

  Log Message:
  -----------
  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.
(cherry picked from commit 8cea5929f52801b0ce5928b46ef836e99a24321a)




More information about the Python-checkins mailing list