summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-09-29 12:30:38 +0200
committerKent Hansen <khansen@trolltech.com>2009-09-29 12:31:58 +0200
commit235123199001f64d3bb3e2b628e91d75c54c4657 (patch)
tree60f37540e14d58629ddfd1e9d3fe2f86edc8b32c /configure
parent8fd5e112b6e6a936b85cceb892f2a64b6edd2137 (diff)
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 6a4b079e75..f89da70cd1 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