[almanah] build: Disable spell checking due to GtkSpell not supporting GTK+ 3



commit 43768d9a223e769ef8662222b55e2dc6e5a6c48c
Author: Philip Withnall <philip tecnocode co uk>
Date:   Thu Apr 14 19:09:39 2011 +0100

    build: Disable spell checking due to GtkSpell not supporting GTK+ 3

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5f5f583..1f30f40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,9 +65,10 @@ AC_ARG_ENABLE([spell-checking],
 		yes) spell_checking=true ;;
 		no)  spell_checking=false ;;
 		*) AC_MSG_ERROR([bad value ${enableval} for --enable-spell-checking]) ;;
-	esac],[spell_checking=true])
+	esac],[spell_checking=false])
 
 if test $spell_checking = "true"; then
+	AC_ERROR([Building with spell checking enabled is not possible, as gtkspell-2.0 does not support GTK+ 3. Use --disable-spell-checking])
 	AC_DEFINE([ENABLE_SPELL_CHECKING],[1],[Define if you want spell checking support])
 fi
 



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