From 926a11eb547dd9380186f826e771e1caad8bfd4d Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Fri, 13 Jul 2012 21:28:23 +0200 Subject: Make static spelling the default (for multi-language spelling support) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 91ce69dc..76ec5676 100644 --- a/configure.in +++ b/configure.in @@ -150,7 +150,7 @@ AC_ARG_ENABLE(shm, AC_ARG_ENABLE(spell, [ --enable-spell=type enable spelling type: none static libsexy gtkspell], - spell=$enableval, spell=libsexy) + spell=$enableval, spell=static) AC_ARG_ENABLE(ntlm, [ --enable-ntlm enable Microsoft's NTLM auth (libntlm) library support (default: no)], -- cgit 1.4.1