Try to enable SCTP in default configuration.

git-svn-id: http://voip.null.ro/svn/yate@6187 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2017-02-17 14:25:29 +00:00
parent f7791d1d57
commit 3224f800aa
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ AC_SUBST(FDSIZE_HACK)
HAVE_SCTP=no
HAVE_SCTP_NETINET=no
SCTP_FLAGS=""
AC_ARG_ENABLE(sctp,AC_HELP_STRING([--enable-sctp],[Enable SCTP sockets (default: no)]),want_sctp=$enableval,want_sctp=no)
AC_ARG_ENABLE(sctp,AC_HELP_STRING([--enable-sctp],[Enable SCTP sockets (default: yes)]),want_sctp=$enableval,want_sctp=yes)
if [[ "x$want_sctp" = "xyes" ]]; then
AC_LANG_SAVE
AC_LANG_C