sctp compilation

This commit is contained in:
mom040267 2015-03-17 06:57:10 +00:00
parent eee9dae321
commit b3ed8d8165
2 changed files with 2 additions and 4 deletions

2
configure vendored
View File

@ -1167,7 +1167,7 @@ if [ -z "${TURN_NO_SCTP}" ] ; then
if [ -z "${TURN_SCTP_INCLUDE}" ] ; then
TURN_NO_SCTP="-DTURN_NO_SCTP"
else
TURN_SCTP_INCLUDE="-DTURN_SCTP_INCLUDE=${TURN_SCTP_INCLUDE}"
TURN_SCTP_INCLUDE="-DTURN_SCTP_INCLUDE=\"\\\"${TURN_SCTP_INCLUDE}\\\"\""
fi
fi
else

View File

@ -51,9 +51,7 @@
#endif
#if !defined(TURN_NO_SCTP) && defined(TURN_SCTP_INCLUDE)
#define Q(x) #x
#define QUOTE(x) Q(x)
#include QUOTE(TURN_SCTP_INCLUDE)
#include TURN_SCTP_INCLUDE
#endif
/* Compilation test: