pidgin/ljfisher-ssl-client-auth

Force disable GtkSpell, since it's not currently compatible with GTK+3.
cpw.qulogic.gtk3
2011-08-22, Elliott Sales de Andrade
a1093fbc45d2
Parents 7e6e6e9bd6af
Children dc8991868906
Force disable GtkSpell, since it's not currently compatible with GTK+3.
  • +2 -0
    configure.ac
  • --- a/configure.ac Mon Aug 22 22:45:09 2011 +0000
    +++ b/configure.ac Mon Aug 22 22:46:08 2011 +0000
    @@ -545,6 +545,8 @@
    dnl #######################################################################
    dnl # Check for GtkSpell
    dnl #######################################################################
    + dnl GtkSpell is not GTK+3 compatible yet
    + enable_gtkspell="no"
    if test "x$enable_gtkspell" = "xyes" ; then
    PKG_CHECK_MODULES(GTKSPELL, gtkspell-2.0 >= 2.0.2, , [
    AC_MSG_RESULT(no)