summary refs log tree commit diff stats
path: root/configure.in
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-13 21:28:23 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-13 21:28:23 +0200
commit926a11eb547dd9380186f826e771e1caad8bfd4d (patch)
tree978afc2cad287c0b3ba72a2c2835b024e38ccd9f /configure.in
parentd0338fec1d26c21a87f5da40131e8c18dddcec94 (diff)
Make static spelling the default (for multi-language spelling support)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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)],