[balsa/gtk3] GtkSpell-3.0 is now available
- From: Peter Bloomfield <PeterB src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/gtk3] GtkSpell-3.0 is now available
- Date: Mon, 15 Aug 2011 17:47:46 +0000 (UTC)
commit 15ba6749de02d993a0650678ffa1dc07e08730ce
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Mon Aug 15 13:46:54 2011 -0400
GtkSpell-3.0 is now available
* configure.in: when building with-gtkspell, check for
gtkspell-3.0; do not warn about gtkspell or html widget.
ChangeLog | 5 +++++
configure.in | 9 +--------
2 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e602c3c..e8f91f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-15 Peter Bloomfield
+
+ * configure.in: when building with-gtkspell, check for
+ gtkspell-3.0; do not warn about gtkspell or html widget.
+
2011-08-09 Peter Bloomfield
Migrate spell-checker from PSpell to Enchant
diff --git a/configure.in b/configure.in
index 98d136a..f82215c 100644
--- a/configure.in
+++ b/configure.in
@@ -832,7 +832,7 @@ dnl #####################################################################
# Spell check detection.
#
if test x$with_gtkspell != xno; then
- PKG_CHECK_MODULES(SPELL, [ gtkspell-2.0 enchant ])
+ PKG_CHECK_MODULES(SPELL, [ gtkspell-3.0 enchant ])
AC_DEFINE(HAVE_GTKSPELL,1,[Defined when GtkSpell can be used.])
else
PKG_CHECK_MODULES(SPELL, [ enchant ])
@@ -1035,10 +1035,3 @@ if test x"$BALSA_FROM_GIT" = xyes ; then
echo "======================================================================"
echo ""
fi
-
-if test x$with_gtkspell != xno; then
- echo "WARNING! linking with current GtkSpell may cause Balsa not to run!"
-fi
-if test x$use_html_widget != xwebkit; then
- echo "WARNING! linking with $use_html_widget may cause Balsa not to run!"
-fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]