Mercurial > pidgin.yaz
changeset 22624:5d863056044f
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'.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Fri, 11 Apr 2008 22:10:10 +0000 |
parents | c46de94e4b67 |
children | 5c8d236b50ee |
files | configure.ac |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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])],