[epiphany] build: Fix --with-libhttpseverywhere=no
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] build: Fix --with-libhttpseverywhere=no
- Date: Tue, 6 Dec 2016 19:12:11 +0000 (UTC)
commit 8d2f0c8743c35cc5dd44bd51fca154360276acff
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Tue Dec 6 13:11:20 2016 -0600
build: Fix --with-libhttpseverywhere=no
This is action-if-present, it's still present if you pass no.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6024b78..640ec0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -122,7 +122,7 @@ PKG_CHECK_MODULES([WEBKIT2GTK_WEB_EXTENSION], [webkit2gtk-web-extension-4.0 >= $
# libhttpseverywhere is disabled by default for now. See tracker bug #775575.
AC_ARG_WITH([libhttpseverywhere],
[AS_HELP_STRING([--with-libhttpseverywhere], [Enable experimental HTTPS Everywhere support])],
- [with_libhttpseverywhere=yes],
+ [],
[with_libhttpseverywhere=no]
)
AS_IF([test "x$with_libhttpseverywhere" = "xyes"],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]