diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 21:28:23 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 21:28:23 +0200 |
commit | 926a11eb547dd9380186f826e771e1caad8bfd4d (patch) | |
tree | 978afc2cad287c0b3ba72a2c2835b024e38ccd9f /configure.in | |
parent | d0338fec1d26c21a87f5da40131e8c18dddcec94 (diff) |
Make static spelling the default (for multi-language spelling support)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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)], |