summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-01-10 18:58:49 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-01-17 12:37:53 (GMT)
commit4bc1261774b8c874440e29807888b6a95cc19b1f (patch)
tree7c1d226198afe8f1161da8dac78eb4dbe207ae22 /configure
parentd7255d7bf39ba681ff46fcb95a54d25793cce756 (diff)
downloadQt-4bc1261774b8c874440e29807888b6a95cc19b1f.zip
Qt-4bc1261774b8c874440e29807888b6a95cc19b1f.tar.gz
Qt-4bc1261774b8c874440e29807888b6a95cc19b1f.tar.bz2
don't claim declarative debugging support without having declarative
Task-number: QTBUG-15228 Reviewed-by: mariusSO
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 0394be9..128f735 100755
--- a/configure
+++ b/configure
@@ -8261,7 +8261,9 @@ if [ "$CFG_WEBKIT" != "no" ]; then
fi
fi
echo "Declarative module ..... $CFG_DECLARATIVE"
-echo "Declarative debugging ...$CFG_DECLARATIVE_DEBUG"
+if [ "$CFG_DECLARATIVE" = "yes" ]; then
+ echo "Declarative debugging ...$CFG_DECLARATIVE_DEBUG"
+fi
echo "Support for S60 ........ $CFG_S60"
echo "Symbian DEF files ...... $CFG_SYMBIAN_DEFFILES"
echo "STL support ............ $CFG_STL"