summaryrefslogtreecommitdiffstats
path: root/configure.exe
diff options
context:
space:
mode:
authorPeter Hartmann <peter.hartmann@nokia.com>2009-11-16 18:23:28 +0100
committerPeter Hartmann <peter.hartmann@nokia.com>2009-11-17 10:45:35 +0100
commit009f01107fd062c1cd478fc9dbf20d927ff9c459 (patch)
treea710357bbac08a142c73df060e402aeeb069a276 /configure.exe
parent499a9aaabad0756cbca7b39751684308a6ba88ea (diff)
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
Diffstat (limited to 'configure.exe')
-rwxr-xr-xconfigure.exebin1173504 -> 1174528 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/configure.exe b/configure.exe
index 7fe4a93e9f..2c126df405 100755
--- a/configure.exe
+++ b/configure.exe
Binary files differ