From 1e3d8b49761037267263dbe29c97a5d0b68e33e5 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 8 Jun 2009 23:39:02 +0200 Subject: Hack to allow -no-feature-foo on non-qws --- configure | 4 ---- 1 file changed, 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 -- cgit v0.12