summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@nokia.com>2010-09-16 13:58:37 (GMT)
committerPierre Rossi <pierre.rossi@nokia.com>2010-09-16 14:04:29 (GMT)
commit35bc104729abf2653a23618603b55e2c316a870f (patch)
tree86c8f3008ab1ec248ec57394873e3aeb4c3045ea /configure
parentb6e8943592ec6b2cbc619c35ca90feded0e1e87b (diff)
downloadQt-35bc104729abf2653a23618603b55e2c316a870f.zip
Qt-35bc104729abf2653a23618603b55e2c316a870f.tar.gz
Qt-35bc104729abf2653a23618603b55e2c316a870f.tar.bz2
Ensure building of WebKit and QtConcurrent are disabled with SunCC.
As there are versions of SunCC > 5.9 Reviewed-by: TrustMe
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1ad0181..b933ac1 100755
--- a/configure
+++ b/configure
@@ -7051,7 +7051,7 @@ case "$XPLATFORM" in
canBuildQtXmlPatterns="no"
canBuildQtConcurrent="no"
;;
- 5.9)
+ 5.*)
canBuildWebKit="no"
canBuildQtConcurrent="no"
;;