Make static spelling the default (for multi-language spelling support)

This commit is contained in:
Berke Viktor 2012-07-13 21:28:23 +02:00
parent d0338fec1d
commit 926a11eb54
1 changed files with 1 additions and 1 deletions

View File

@ -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)],