pidgin: 806f16f0: Make the cap plugin disabled by default....
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Fri Apr 11 18:25:40 EDT 2008
-----------------------------------------------------------------
Revision: 806f16f0ea47bc15cd09991a00c19ebe30ac6e17
Ancestor: 6cce69c855d987d5b8326bcb3ae858f9f8d3ebd1
Author: rekkanoryo at pidgin.im
Date: 2008-04-11T22:10:10
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/806f16f0ea47bc15cd09991a00c19ebe30ac6e17
Modified files:
configure.ac
ChangeLog:
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'.
-------------- next part --------------
============================================================
--- configure.ac 4c80eee8c519df97a344dcf7cb14362c85e3a452
+++ configure.ac 3987d5c3c0e2838345b1e70ade2f8ca03aee4857
@@ -362,9 +362,9 @@ AC_ARG_ENABLE(cap,
[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])],
More information about the Commits
mailing list