From ee4cc1125f4e415c3f862664fb8137580e461835 Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Fri, 17 Feb 2012 20:27:55 -0800 Subject: [PATCH] Qt: allow static build of WebKit. This is applying allow-static-qtwebkit.patch already used for the deploy script. http://code.google.com/p/phantomjs/issues/detail?id=226 --- src/qt/configure | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/qt/configure b/src/qt/configure index 5a5ef1d6..1e1778e0 100755 --- a/src/qt/configure +++ b/src/qt/configure @@ -7599,13 +7599,6 @@ if [ "$CFG_GUI" = "no" ]; then canBuildWebKit="no" fi -if [ "$CFG_SHARED" = "no" ]; then - echo - echo "WARNING: Using static linking will disable the WebKit module." - echo - canBuildWebKit="no" -fi - CFG_CONCURRENT="yes" if [ "$canBuildQtConcurrent" = "no" ]; then QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CONCURRENT"