[tracker/tracker-store-queue] Help text was not in sync with actual default



commit 98002cb02ed0941a1ad6d04380eba3546ef9ff0b
Author: Philip Van Hoof <philip codeminded be>
Date:   Wed May 27 18:05:02 2009 +0200

    Help text was not in sync with actual default
---
 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 81d998c..66de970 100644
--- a/configure.ac
+++ b/configure.ac
@@ -620,14 +620,14 @@ 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 support for Evolution push mechanism [[default=yes]]]),,
               [enable_evolution_push_module=yes])
 
 AM_CONDITIONAL(USING_EVOLUTION_PUSH_MODULE, test "x$enable_evolution_push_module" = "xyes")
 
 AC_ARG_ENABLE([kmail_push_module],
               AS_HELP_STRING([--enable-kmail-push-module],
-                             [enable support for KMail push mechanism [[default=no]]]),,
+                             [enable support for KMail push mechanism [[default=yes]]]),,
               [enable_kmail_push_module=yes])
 
 AM_CONDITIONAL(USING_KMAIL_PUSH_MODULE, test "x$enable_kmail_push_module" = "xyes")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]