cpw.qulogic.gtk3: 87e04c31: Force disable GtkSpell, since it's not c...

qulogic at pidgin.im qulogic at pidgin.im
Mon Aug 22 23:21:08 EDT 2011


----------------------------------------------------------------------
Revision: 87e04c3156d9966447eb61ea372fa7472a031c93
Parent:   43c655ca6b90b06a8831663da5223bc150067a51
Author:   qulogic at pidgin.im
Date:     08/22/11 18:46:08
Branch:   im.pidgin.cpw.qulogic.gtk3
URL: http://d.pidgin.im/viewmtn/revision/info/87e04c3156d9966447eb61ea372fa7472a031c93

Changelog: 

Force disable GtkSpell, since it's not currently compatible with GTK+3.

Changes against parent 43c655ca6b90b06a8831663da5223bc150067a51

  patched  configure.ac

-------------- next part --------------
============================================================
--- configure.ac	10f729e445b2e23d8629562589fb7da8d4d2cda1
+++ configure.ac	302b4849879e431ea4ba7abbc11ca1b04b84369d
@@ -545,6 +545,8 @@ Use --disable-sm if you do not need sess
 	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)


More information about the Commits mailing list