Merge branch 'r0.2' of https://github.com/acetcom/nextepc into r0.2

This commit is contained in:
Sukchan Lee 2017-10-13 21:51:50 +09:00
commit 1f14b132c2
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@ case $host in
[1], [Disable SCTP])
sctp=false;
;;
*-freebsd*)
AC_DEFINE_UNQUOTED([SCTP_USE_MAPPED_ADDRESSES],
[1], [Disable SCTP])
sctp=true;
;;
*)
sctp=true;
;;