From 65a9c12733e0d7151dca1862c176fc6f47fce7f5 Mon Sep 17 00:00:00 2001 From: Donald Carr Date: Fri, 9 Mar 2012 10:26:36 +0000 Subject: Remove erroneous never referenced QT_NO_GUI define Logic was clearly always off kilter, and this was only defined for GUI builds Change-Id: Ie85c156510e7c450a5192408b4c365ff07ce2029 Reviewed-by: Donald Carr Reviewed-by: Oswald Buddenhagen --- configure | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 95838ce751..cac9a038a4 100755 --- 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 -- cgit v1.2.3