tracker r3133 - trunk



Author: juergbi
Date: Wed Mar 25 12:40:26 2009
New Revision: 3133
URL: http://svn.gnome.org/viewvc/tracker?rev=3133&view=rev

Log:
2009-03-25  JÃrg Billeter  <j bitron ch>

	* configure.ac: Update help strings for the configure options of
	the mail push modules.


Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Mar 25 12:40:26 2009
@@ -610,19 +610,16 @@
 # Push modules
 ####################################################################
 
-# In vstore we want to make these mandatory, please remove these
-# (as) options when merging to vstore. Thanks!
-
 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]