diff options
author | TingPing <tngpng@gmail.com> | 2013-07-26 15:03:59 -0400 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-07-26 15:03:59 -0400 |
commit | ac06b74b1891dfc76fad379952768b0ed3e1bbc2 (patch) | |
tree | 1b1d7b325079318f3d5270fe1a979ad841e6331f /configure.ac | |
parent | 1fd94e79b90b25d3b78c8a7468acbfb4a0d47dd7 (diff) |
Use system's libsexy by default
It will still fallback to static
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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)])], |