# HG changeset patch # User Elliott Sales de Andrade # Date 1314053168 0 # Node ID 0e69949b3e61b1488ee83d7716c24bc53614d100 # Parent 698427ce5bbd75bd72c0b56c8dcc8df2d57c999b Force disable GtkSpell, since it's not currently compatible with GTK+3. diff -r 698427ce5bbd -r 0e69949b3e61 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)