# HG changeset patch # User John Bailey # Date 1207951388 0 # Node ID c46de94e4b676bcb7b1d8faffbf62b39ec834d22 # Parent caa64d8580f41b94e35cf437b97dfad6a32f7a3f Make the gevolution plugin disabled by default. Again, if anyone disagrees or dislikes, please feel free to make use of 'mtn disapprove'. diff -r caa64d8580f4 -r c46de94e4b67 configure.ac --- 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])],