[tracker] Disable evo plugin by default so people can install to /usr/local with no configure options.



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]