diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-11-19 18:36:23 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-11-19 18:37:07 (GMT) |
commit | 041f7fc92959d4aefa88fca7a6f5d153faf4aa0a (patch) | |
tree | ee8d3d07cfd7ba3dd6192d1b43c2aa0e6bd6179c /configure | |
parent | 9e75354eabbc3c58472ed0c3dc9cba831827c38a (diff) | |
download | Qt-041f7fc92959d4aefa88fca7a6f5d153faf4aa0a.zip Qt-041f7fc92959d4aefa88fca7a6f5d153faf4aa0a.tar.gz Qt-041f7fc92959d4aefa88fca7a6f5d153faf4aa0a.tar.bz2 |
Fix configure's accepting of old license keys (pre 4.6)
Reviewed-by: Peter Hartmann
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" ;; |