summaryrefslogtreecommitdiffstats
path: root/configure.exe
diff options
context:
space:
mode:
authorJason Barron <jbarron@trolltech.com>2009-07-15 13:43:40 (GMT)
committerJason Barron <jbarron@trolltech.com>2009-07-15 13:43:40 (GMT)
commit5a8e35c51c6837aaa61714693b37d4d6b199da84 (patch)
tree9c1cb2729dad90913cc21077ce797dd68b47015a /configure.exe
parentcd4c5a65b9d91fd84408205c3d20554122037730 (diff)
downloadQt-5a8e35c51c6837aaa61714693b37d4d6b199da84.zip
Qt-5a8e35c51c6837aaa61714693b37d4d6b199da84.tar.gz
Qt-5a8e35c51c6837aaa61714693b37d4d6b199da84.tar.bz2
Fix configure.exe when more than 256(!) else-ifs are required.
The introduction of the additional 'continuousElse' statement was flawed because once the variable is toggled to true by the first else block, it remains true for the second block even if the option was found so these options will eventually hit the "Unknown option" error in the final else case. The workaround is not to re-use the variable for each block, but instead use an array of bools. One element of the array per 'continuousElse' check. This should probably be refactored soon-ish :)
Diffstat (limited to 'configure.exe')
0 files changed, 0 insertions, 0 deletions