1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-29 20:52:16 -05:00

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

View File

@ -150,7 +150,7 @@ AC_ARG_ENABLE(shm,
AC_ARG_ENABLE(spell, AC_ARG_ENABLE(spell,
[ --enable-spell=type enable spelling type: none static libsexy gtkspell], [ --enable-spell=type enable spelling type: none static libsexy gtkspell],
spell=$enableval, spell=libsexy) spell=$enableval, spell=static)
AC_ARG_ENABLE(ntlm, AC_ARG_ENABLE(ntlm,
[ --enable-ntlm enable Microsoft's NTLM auth (libntlm) library support (default: no)], [ --enable-ntlm enable Microsoft's NTLM auth (libntlm) library support (default: no)],