[epiphany] configure.ac: remove --with-webkit2 flag
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] configure.ac: remove --with-webkit2 flag
- Date: Tue, 12 Mar 2013 20:16:17 +0000 (UTC)
commit 3b57ce56fc185b59d2c7c8b320d54250c0cd9199
Author: Xan Lopez <xan igalia com>
Date: Tue Mar 12 21:14:41 2013 +0100
configure.ac: remove --with-webkit2 flag
Otherwise it's likely some people will start to ship WebKit1 versions
of Epiphany 3.8 with our without knowing what they are doing. For
those that *really* want to use the WebKit1 backend, just set the
'with_webkit2' variable to 'no'.
configure.ac | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6c4167f..0729716 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,9 +92,8 @@ LIBNOTIFY_REQUIRED=0.5.1
GCR_REQUIRED=3.5.5
AVAHI_REQUIRED=0.6.22
-AC_ARG_WITH(webkit2,
- [AS_HELP_STRING([--with-webkit2],[build with WebKit2 [default=yes]])],
- [],[with_webkit2=yes])
+# 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]