[gnote] Disable GtkSpell



commit 70aee4c67bfe8b111005cef285e7ce8bc215f26c
Author: Aurimas Ä?ernius <aurisc4 gmail com>
Date:   Tue May 31 23:14:31 2011 +0300

    Disable GtkSpell
    
    Uses GTK 2, not GTK 3.
    Disable until GTK 3 is supported.

 configure.ac |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e4a98aa..739e116 100644
--- a/configure.ac
+++ b/configure.ac
@@ -108,13 +108,17 @@ fi
 AM_CONDITIONAL(HAVE_PANELAPPLETMM, test $have_panelapplet = "yes")
 AC_SUBST(PANELAPPLET_SERVER_DIR)
 
+#GtkSpell disabled until GTK 3.0 is supported
 #
 # Check for recent GtkSpell here.  Prior versions require bug workarounds.
 # http://gtkspell.sourceforge.net/
 #
-PKG_CHECK_MODULES(GTKSPELL, gtkspell-2.0 >= $GTKSPELL_VERSION, 
-			    [FIXED_GTKSPELL="yes";AC_DEFINE([FIXED_GTKSPELL], [1], [Set if the GtkSpell library is recent enough.])
-			    ], FIXED_GTKSPELL="no")
+#PKG_CHECK_MODULES(GTKSPELL, gtkspell-2.0 >= $GTKSPELL_VERSION,
+#			    [FIXED_GTKSPELL="yes";AC_DEFINE([FIXED_GTKSPELL], [1], [Set if the GtkSpell library is recent enough.])
+#			    ], FIXED_GTKSPELL="no")
+FIXED_GTKSPELL="no"
+AC_SUBST(GTKSPELL_CFLAGS)
+AC_SUBST(GTKSPELL_LIBS)
 AM_CONDITIONAL(FIXED_GTKSPELL, test "$FIXED_GTKSPELL" = "yes")
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]