diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2009-06-08 21:39:02 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-10-23 09:25:54 (GMT) |
commit | 1e3d8b49761037267263dbe29c97a5d0b68e33e5 (patch) | |
tree | 7c66f54650b1f3c7bb01ac33b321db116ffcaa18 /configure | |
parent | 1ca27669332b5e19284297b0bbc57700f59fed33 (diff) | |
download | Qt-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-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |