summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2009-06-08 21:39:02 (GMT)
committeraxis <qt-info@nokia.com>2009-10-23 09:25:54 (GMT)
commit1e3d8b49761037267263dbe29c97a5d0b68e33e5 (patch)
tree7c66f54650b1f3c7bb01ac33b321db116ffcaa18 /configure
parent1ca27669332b5e19284297b0bbc57700f59fed33 (diff)
downloadQt-1e3d8b49761037267263dbe29c97a5d0b68e33e5.zip
Qt-1e3d8b49761037267263dbe29c97a5d0b68e33e5.tar.gz
Qt-1e3d8b49761037267263dbe29c97a5d0b68e33e5.tar.bz2
Hack to allow -no-feature-foo on non-qws
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index d197ad3..51a0ef5 100755
--- a/configure
+++ b/configure
@@ -1470,7 +1470,6 @@ while [ "$#" -gt 0 ]; do
fi
;;
feature-*)
- if [ "$PLATFORM_QWS" = "yes" ]; then
FEATURE=`echo $VAR | sed "s,^[^-]*-\([^-]*\),\1," | tr 'abcdefghijklmnopqrstuvwxyz-' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
if [ "$VAL" = "no" ]; then
QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_$FEATURE"
@@ -1479,9 +1478,6 @@ while [ "$#" -gt 0 ]; do
else
UNKNOWN_OPT=yes
fi
- else
- UNKNOWN_OPT=yes
- fi
;;
shared)
if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then