Remove erroneous never referenced QT_NO_GUI define
authorDonald Carr <donald.carr@nokia.com>
Fri, 9 Mar 2012 10:26:36 +0000 (10:26 +0000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 9 Mar 2012 19:43:00 +0000 (20:43 +0100)
Logic was clearly always off kilter, and this was only defined for GUI
builds

Change-Id: Ie85c156510e7c450a5192408b4c365ff07ce2029
Reviewed-by: Donald Carr <donald.carr@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
configure

index 95838ce..cac9a03 100755 (executable)
--- a/configure
+++ b/configure
@@ -5793,8 +5793,6 @@ if [ "$CFG_GUI" = "auto" ]; then
 fi
 if [ "$CFG_GUI" = "no" ]; then
     QT_CONFIG="$QT_CONFIG no-gui"
-else
-    QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_GUI"
 fi