Subject: | Bug in noninteractive wxWidgets build |
If you configure Build.PL using the command line:
perl Build.PL -wxWidgets-version 2.9.2 -wxWidgets-build-opengl -wxWidgets-build -
wxWidgets-source tar.bz2
the build does not progress properly because the invocations of _askyn in Build.PL don't
consider "1" to be a "yes" answer; when you pass a flag using say -wxWidgets-build the value
being considered is 1.
The simple attached diff fixes theproblem.
Subject: | diff |
Message body not shown because it is not plain text.