Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.5] bpo-29643: Fix check for --enable-optimizations #871

Merged
merged 1 commit into from
Mar 28, 2017

Conversation

methane
Copy link
Member

@methane methane commented Mar 28, 2017

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)

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
Copy link
Member Author

methane commented Mar 28, 2017

(original pull request is GH-129)

@methane methane merged commit e6a4953 into python:3.5 Mar 28, 2017
@methane methane deleted the backport-gh129-35 branch March 28, 2017 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants