build: by default enable SM support

This commit is contained in:
Viktor Tarasov 2014-05-05 09:03:28 +02:00
parent 7b1e2e5dd3
commit 24fa9d8cc2
1 changed files with 2 additions and 2 deletions

View File

@ -179,9 +179,9 @@ AC_ARG_ENABLE(
AC_ARG_ENABLE( AC_ARG_ENABLE(
[sm], [sm],
[AS_HELP_STRING([--enable-sm],[enable secure messaging support and modules @<:@disabled@:>@])], [AS_HELP_STRING([--disable-sm],[disable secure messaging support and SM modules @<:@enabled@:>@])],
, ,
[enable_sm="no"] [enable_sm="yes"]
) )
AC_ARG_ENABLE( AC_ARG_ENABLE(