From fe0eceee0f75e3f2189e27e0222a2c8119ed9d1d Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 6 Mar 2013 11:50:23 +0100 Subject: configure.ac: use WebKit2 by default We are almost certainly going to switch to WebKit2 by default for 3.8, so change the flag here. There's very few regressions left and we have patches for them, but if we can always change the flag back right before release. Meanwhile, give this some wider exposure in the RC. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0e6300ebd..ba768e7ba 100644 --- a/configure.ac +++ b/configure.ac @@ -93,8 +93,8 @@ GCR_REQUIRED=3.5.5 AVAHI_REQUIRED=0.6.22 AC_ARG_WITH(webkit2, - [AS_HELP_STRING([--with-webkit2],[build with WebKit2 [default=no]])], - [],[with_webkit2=no]) + [AS_HELP_STRING([--with-webkit2],[build with WebKit2 [default=yes]])], + [],[with_webkit2=yes]) if test "x$with_webkit2" != xno; then WEBKIT_GTK_PC_NAME=webkit2gtk-3.0 -- cgit v1.2.3