From 69b918ff4ac46019215e8021e4ff7c90952ee15a Mon Sep 17 00:00:00 2001 From: Rafael Roquetto Date: Mon, 12 Nov 2012 19:34:37 -0200 Subject: Fix syntax error on configure.exe source code. Change-Id: I4859e5f02d84791f59652298f62abe8d2984af06 Reviewed-by: Fabian Bumberger Reviewed-by: Oswald Buddenhagen --- tools/configure/configureapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 9410793..4b8000d 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -2547,7 +2547,7 @@ void Configure::autoDetection() if (dictionary["STACK_PROTECTOR_STRONG"] == "auto") dictionary["STACK_PROTECTOR_STRONG"] = checkAvailability("STACK_PROTECTOR_STRONG") ? "yes" : "no"; - if ((platform() == QNX || platform == BLACKBERRY) && dictionary["SLOG2"] == "auto") { + if ((platform() == QNX || platform() == BLACKBERRY) && dictionary["SLOG2"] == "auto") { dictionary[ "SLOG2" ] = checkAvailability("SLOG2") ? "yes" : "no"; } -- cgit v0.12