summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/configure/configureapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 94107938e0..4b8000d8e7 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";
}