summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-11-19 19:36:23 +0100
committerThiago Macieira <thiago.macieira@nokia.com>2009-11-19 19:37:07 +0100
commit041f7fc92959d4aefa88fca7a6f5d153faf4aa0a (patch)
treeee8d3d07cfd7ba3dd6192d1b43c2aa0e6bd6179c /configure
parent9e75354eabbc3c58472ed0c3dc9cba831827c38a (diff)
Fix configure's accepting of old license keys (pre 4.6)
Reviewed-by: Peter Hartmann
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index c869e0e646..0b11bf32dd 100755
--- a/configure
+++ b/configure
@@ -460,11 +460,11 @@ elif [ $COMMERCIAL_USER = "yes" ]; then
;;
esac
case "$PlatformCode,$PLATFORM_MAC,$PLATFORM_QWS" in
- X9,* | XC,* | XU,* | XW,*)
+ X9,* | XC,* | XU,* | XW,* | XM,*)
# Qt All-OS
LICENSE_EXTENSION="-ALLOS"
;;
- 8M,* | S9,* | SC,* | SU,* | SW,* | X9,* | XC,* | XU,* | XW,*)
+ 8M,* | KM,* | S9,* | SC,* | SU,* | SW,* | X9,* | XC,* | XU,* | XW,*)
# Qt for Embedded Linux
LICENSE_EXTENSION="-EMBEDDED"
;;