configure.ac

branch
cpw.qulogic.gtk3
changeset 32437
a1093fbc45d2
parent 32433
f539a2c083b2
child 32438
dc8991868906
child 33119
1fd0091b97e8
--- 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)

mercurial