mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 17:22:18 -05:00
Make static spelling the default (for multi-language spelling support)
This commit is contained in:
parent
d0338fec1d
commit
926a11eb54
@ -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)],
|
||||
|
Loading…
Reference in New Issue
Block a user