sctp compilation
This commit is contained in:
parent
eee9dae321
commit
b3ed8d8165
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user