[tracker] Disable evo plugin by default so people can install to /usr/local with no configure options.
- From: Robert James Taylor <robtaylor src gnome org>
- To: svn-commits-list gnome org
- Subject: [tracker] Disable evo plugin by default so people can install to /usr/local with no configure options.
- Date: Mon, 6 Jul 2009 18:02:43 +0000 (UTC)
commit 16766402373e7d7062760ce4740f0639e5c0f80f
Author: Rob Taylor <rob taylor codethink co uk>
Date: Mon Jul 6 19:01:50 2009 +0100
Disable evo plugin by default so people can install to /usr/local with no configure options.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 993f97d..3227953 100644
--- a/configure.ac
+++ b/configure.ac
@@ -667,7 +667,7 @@ AM_CONDITIONAL(HAVE_UNAC, test "x$have_unac" = "xyes")
AC_ARG_ENABLE([evolution_push_module],
AS_HELP_STRING([--enable-evolution-push-module],
[enable support for Evolution push mechanism [[default=no]]]),,
- [enable_evolution_push_module=yes])
+ [enable_evolution_push_module=no])
AM_CONDITIONAL(USING_EVOLUTION_PUSH_MODULE, test "x$enable_evolution_push_module" = "xyes")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]