Disabled default SCTP detection as it breaks compilation on some platforms.

git-svn-id: http://yate.null.ro/svn/yate/trunk@904 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-06-27 12:57:54 +00:00
parent 0a4fbe19f6
commit 6150069826
1 changed files with 1 additions and 1 deletions

View File

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