bpo-29643: Fix check for --enable-optimizations by ts826848 · Pull Request #129 · python/cpython
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.
brettcannon
changed the title
configure: Fix check for --enable-optimizations
bpo-29643: Fix check for --enable-optimizations
methane pushed a commit to methane/cpython that referenced this pull request
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 8cea592)
vstinner pushed a commit that referenced this pull request
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 8cea592)
methane pushed a commit to methane/cpython that referenced this pull request
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 8cea592)
This was referenced
akruis referenced this pull request in stackless-dev/stackless
akruis pushed a commit to akruis/cpython that referenced this pull request
akruis pushed a commit to akruis/cpython that referenced this pull request
akruis pushed a commit to akruis/cpython that referenced this pull request
This was referenced