diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-11-19 12:53:23 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-11-19 12:53:23 (GMT) |
commit | de5f29a12ec94a14f75b77a85df6b020cc92b180 (patch) | |
tree | 3df053a40867d96d5e0d8a1efbee766daa8b2341 /doc/src/snippets/code/src_sql_models_qsqlquerymodel.cpp | |
parent | b32f1f637b8844afad51a49512f6ef7ffaf1b33e (diff) | |
download | Qt-de5f29a12ec94a14f75b77a85df6b020cc92b180.zip Qt-de5f29a12ec94a14f75b77a85df6b020cc92b180.tar.gz Qt-de5f29a12ec94a14f75b77a85df6b020cc92b180.tar.bz2 |
configure.exe: fix when configured with -openssl-linked
before, when configured with -openssl-linked, configure.exe hang,
because of the following:
We were checking for XQMAKESPEC via something like
'dictionary["XQMAKESPEC"] == "someValue"' , which added the XQMAKESPEC
value to the dictionary. Later (line 3030), we checked whether
XQMAKESPEC was set (which was now true), and we used the value although
it was empty.
Reviewed-by: Thiago Macieira
Reviewed-by: Denis Dzyubenko
(cherry picked from commit 009f01107fd062c1cd478fc9dbf20d927ff9c459)
Conflicts:
configure.exe
Diffstat (limited to 'doc/src/snippets/code/src_sql_models_qsqlquerymodel.cpp')
0 files changed, 0 insertions, 0 deletions