# HG changeset patch
# User John Bailey <rekkanoryo@rekkanoryo.org>
# Date 1207951810 0
# Node ID 5d863056044ff3b74e76409a8aa739995b953238
# Parent  c46de94e4b676bcb7b1d8faffbf62b39ec834d22
Make the cap plugin disabled by default.  As usual, anyone who disagrees or
dislikes should by all means feel free to make liberal use of 'mtn disapprove'.

diff -r c46de94e4b67 -r 5d863056044f configure.ac
--- a/configure.ac	Fri Apr 11 22:03:08 2008 +0000
+++ b/configure.ac	Fri Apr 11 22:10:10 2008 +0000
@@ -362,9 +362,9 @@
 		[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])],
-	enable_cap="$enableval", enable_cap="yes")
+	[AC_HELP_STRING([--enable-cap],
+		[compile with Contact Availability Prediction plugin])],
+	enable_cap="$enableval", enable_cap="no")
 AC_ARG_ENABLE(gestures,
 	[AC_HELP_STRING([--disable-gestures],
 		[compile without the gestures plugin])],