[seahorse-plugins: 3/4] Disable epiphany plugin by default.
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse-plugins: 3/4] Disable epiphany plugin by default.
- Date: Thu, 10 Feb 2011 22:22:14 +0000 (UTC)
commit af0d2395af30f7857f4c7b7430d3ce536c572e1f
Author: Stef Walter <stefw collabora co uk>
Date: Thu Feb 10 23:17:05 2011 +0100
Disable epiphany plugin by default.
It doesn't build. If needed maintainership and upgrades are not
done, then this is the first step towards removing the plugin.
configure.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index b5a6b3e..61f332c 100644
--- a/configure.in
+++ b/configure.in
@@ -330,11 +330,11 @@ if test "$enable_dbus" != "yes"; then
else
# Allow epiphany plugin to be disabled
AC_ARG_ENABLE(epiphany,
- AC_HELP_STRING([--disable-epiphany],
+ AC_HELP_STRING([--enable-epiphany],
[Don't enable the epiphany plugin]))
# Epiphany tests
- if test "$enable_epiphany" = "no"; then
+ if test "$enable_epiphany" != "yes"; then
echo "disabling epiphany plugin"
AC_DEFINE([HAVE_MOZILLA_TOOLKIT],[0],[Define if mozilla is of the toolkit flavour])
AM_CONDITIONAL([HAVE_MOZILLA_TOOLKIT],[test 0])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]