From 637a9b64bcc61bb07b30e030056b1e6756ecea8c Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 21 Mar 2013 09:59:05 +0100 Subject: configure.ac: remove WebKit2 config stuff The post 3.8 world is WebKit2 only. --- configure.ac | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/configure.ac b/configure.ac index e0e6886f1..cdf1954f3 100644 --- a/configure.ac +++ b/configure.ac @@ -89,16 +89,9 @@ LIBNOTIFY_REQUIRED=0.5.1 GCR_REQUIRED=3.5.5 AVAHI_REQUIRED=0.6.22 -# Set to 'no' to build with the WebKit1 backend -with_webkit2=yes - -if test "x$with_webkit2" != xno; then - WEBKIT_GTK_PC_NAME=webkit2gtk-3.0 - AC_DEFINE([HAVE_WEBKIT2],[1],[Define if building with WebKit2]) -else - WEBKIT_GTK_PC_NAME=webkitgtk-3.0 -fi -AM_CONDITIONAL(WITH_WEBKIT2, test "x$with_webkit2" != xno) +WEBKIT_GTK_PC_NAME=webkit2gtk-3.0 +AC_DEFINE([HAVE_WEBKIT2],[1],[Define if building with WebKit2]) +AM_CONDITIONAL(WITH_WEBKIT2, [test "yes" = "yes"]) # Tests @@ -283,5 +276,4 @@ Epiphany was configured with the following options: Code coverage : $enable_code_coverage NSS support : $enable_nss - WebKit2 : $with_webkit2 " -- cgit v1.2.3