1
0
mirror of https://github.com/coturn/coturn.git synced 2026-05-05 10:46:10 +02:00

working on sctp

This commit is contained in:
mom040267 2015-03-18 06:20:21 +00:00
parent c5a847b680
commit 6fccc65fc7

1
configure vendored
View File

@ -175,6 +175,7 @@ pthread_testlib() {
if [ "${SYSTEM}" = "DragonFly" ] ; then
OSLIBS="${OSLIBS} -pthread"
TURN_NO_SCTP=1
fi
ISBSD=`uname | grep -i bsd`