From 0debd5dd487e979ff80dac5cd762d457eee5caf4 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 31 Jan 2013 11:25:20 +0100 Subject: remove somewhat pointless conditional if the user just set an empty spec, everything will go wrong anyway. Change-Id: I5ddaa2f0be1be96132260af8c869ba38e02eb3d8 Reviewed-by: Joerg Bornemann --- tools/configure/configureapp.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index ed491a58c8..2a9c1ecb71 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -442,8 +442,7 @@ void Configure::parseCmdLine() if (j == argCount) break; dictionary["XQMAKESPEC"] = configCmdLine.at(j); - if (!dictionary[ "XQMAKESPEC" ].isEmpty()) - applySpecSpecifics(); + applySpecSpecifics(); break; } } -- cgit v1.2.3