changeset 32671:0e69949b3e61

Force disable GtkSpell, since it's not currently compatible with GTK+3.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 22 Aug 2011 22:46:08 +0000
parents 698427ce5bbd
children 3828a61c44da
files configure.ac
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)