[giggle] configure.ac: Disable evolution-data-server integration by default



commit 3a07622b0547a18d50c4a6832550cfffd0b9b715
Author: Javier Jardón <jjardon gnome org>
Date:   Tue May 17 13:55:08 2011 +0100

    configure.ac: Disable evolution-data-server integration by default

 configure.ac |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b7a2bb8..11ff23c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,9 +60,8 @@ dnl | Evolution Data Server |-----------------------------------
 dnl  -----------------------
 
 AC_ARG_ENABLE([evolution-data-server],
-              [AS_HELP_STRING([--disable-evolution-data-server],
-                              [disable features using Evolution Data Server])],,
-              [enable_evolution_data_server=yes])
+              [AS_HELP_STRING([--enable-evolution-data-server],
+                              [Enable features using Evolution Data Server])])
 
 if test "$enable_evolution_data_server" = "yes"
 then



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