From ac06b74b1891dfc76fad379952768b0ed3e1bbc2 Mon Sep 17 00:00:00 2001 From: TingPing Date: Fri, 26 Jul 2013 15:03:59 -0400 Subject: [PATCH] Use system's libsexy by default It will still fallback to static --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6af91d77..e94f6924 100644 --- a/configure.ac +++ b/configure.ac @@ -170,7 +170,7 @@ AC_ARG_ENABLE(shm, AC_ARG_ENABLE(spell, [AS_HELP_STRING([--enable-spell=type],[enable spelling type: none static libsexy gtkspell])], - spell=$enableval, spell=static) + spell=$enableval, spell=libsexy) AC_ARG_ENABLE(ntlm, [AS_HELP_STRING([--enable-ntlm],[enable Microsoft\'s NTLM auth (libntlm) library support (default: no)])],