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.
A
Alex Wang committed
8cea5929f52801b0ce5928b46ef836e99a24321a
Parent: ad2f9e2
Committed by INADA Naoki <methane@users.noreply.github.com>
on 3/28/2017, 12:50:51 PM