pidgin: 6cce69c8: Make the gevolution plugin disabled by d...
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Fri Apr 11 18:25:40 EDT 2008
-----------------------------------------------------------------
Revision: 6cce69c855d987d5b8326bcb3ae858f9f8d3ebd1
Ancestor: fb02d25043769d6ce30ae6fbe297d2018a1afa77
Author: rekkanoryo at pidgin.im
Date: 2008-04-11T22:03:08
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/6cce69c855d987d5b8326bcb3ae858f9f8d3ebd1
Modified files:
configure.ac
ChangeLog:
Make the gevolution plugin disabled by default. Again, if anyone disagrees
or dislikes, please feel free to make use of 'mtn disapprove'.
-------------- next part --------------
============================================================
--- configure.ac ea2b8f8c7e107ff9b9159c1824403b6fbaaf5dd5
+++ configure.ac 4c80eee8c519df97a344dcf7cb14362c85e3a452
@@ -358,9 +358,9 @@ AC_ARG_ENABLE(gevolution,
[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])],
More information about the Commits
mailing list