Use system's libsexy by default

It will still fallback to static
This commit is contained in:
TingPing 2013-07-26 15:03:59 -04:00
parent 1fd94e79b9
commit ac06b74b18
1 changed files with 1 additions and 1 deletions

View File

@ -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)])],