summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@nokia.com>2009-11-09 11:20:15 +0100
committerPaul Olav Tvete <paul.tvete@nokia.com>2009-11-09 12:13:38 +0100
commit9b7a5241a287b71c1ab4a9cd9cd3d89c03136ced (patch)
treef74abbc1846e371321792d6cc3d03e16f26cc7a0 /configure
parent1c182e05bb1f5b4cf5b84ad69aafbe31928513a3 (diff)
Default to X11 instead of QWS for commercial builds
Reviewed-by: Thiago Reviewed-by: Jason McDonald
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index aab520ecd0..a89db59a64 100755
--- a/configure
+++ b/configure
@@ -362,7 +362,7 @@ elif [ -f "$relpath"/LICENSE.PREVIEW.COMMERCIAL ] && [ $COMMERCIAL_USER = "yes"
elif [ $COMMERCIAL_USER = "yes" ]; then
# one of commercial editions
[ "$PLATFORM_MAC" = "maybe" ] && PLATFORM_MAC=yes
- [ "$PLATFORM_QWS" = "maybe" ] && PLATFORM_QWS=yes
+ [ "$PLATFORM_QWS" = "maybe" ] && PLATFORM_QWS=no
# read in the license file
if [ -f "$LICENSE_FILE" ]; then