changeset 22640:c46de94e4b67

Make the gevolution plugin disabled by default. Again, if anyone disagrees or dislikes, please feel free to make use of 'mtn disapprove'.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Fri, 11 Apr 2008 22:03:08 +0000
parents caa64d8580f4
children 5d863056044f
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri Apr 11 21:51:51 2008 +0000
+++ b/configure.ac	Fri Apr 11 22:03:08 2008 +0000
@@ -358,9 +358,9 @@
 		[compile without GtkSpell automatic spell checking])],
 	enable_gtkspell="$enableval", enable_gtkspell="yes")
 AC_ARG_ENABLE(gevolution,
-	[AC_HELP_STRING([--disable-gevolution],
-		[compile without the Evolution plugin])],
-	enable_gevolution="$enableval", enable_gevolution="yes")
+	[AC_HELP_STRING([--enable-gevolution],
+		[compile with the Evolution plugin])],
+	enable_gevolution="$enableval", enable_gevolution="no")
 AC_ARG_ENABLE(cap,
 	[AC_HELP_STRING([--disable-cap],
 		[compile without Contact Availability Prediction plugin])],