summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-09-29 10:30:38 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-09-29 10:31:58 (GMT)
commit235123199001f64d3bb3e2b628e91d75c54c4657 (patch)
tree60f37540e14d58629ddfd1e9d3fe2f86edc8b32c /configure
parent8fd5e112b6e6a936b85cceb892f2a64b6edd2137 (diff)
downloadQt-235123199001f64d3bb3e2b628e91d75c54c4657.zip
Qt-235123199001f64d3bb3e2b628e91d75c54c4657.tar.gz
Qt-235123199001f64d3bb3e2b628e91d75c54c4657.tar.bz2
Enable QtScript by default
JavaScriptCore should build on Tier 1 and Tier 2 platforms now. Reviewed-by: Simon Hausmann
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6a4b079..f89da70 100755
--- a/configure
+++ b/configure
@@ -6383,7 +6383,7 @@ else
fi
if [ "$CFG_SCRIPT" = "auto" ]; then
- CFG_SCRIPT="$canBuildWebKit"
+ CFG_SCRIPT="yes"
fi
if [ "$CFG_SCRIPT" = "yes" ]; then