|
|
|
@ -1533,6 +1533,8 @@ Optional Features:
|
|
|
|
|
--enable-distcc compile in parallel with distcc
|
|
|
|
|
--enable-timeout=SEC SIP timer T1 in SEC milliseconds (default 500)
|
|
|
|
|
--disbale-ips compile with oldstyle --numeric behavior
|
|
|
|
|
--disable-tls compile without TLS transport
|
|
|
|
|
--enable-debug compile extra debug messages
|
|
|
|
|
|
|
|
|
|
Optional Packages:
|
|
|
|
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
|
|
|
@ -7932,6 +7934,48 @@ cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{ echo "$as_me:$LINENO: result: not requested" >&5
|
|
|
|
|
echo "${ECHO_T}not requested" >&6; }
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ echo "$as_me:$LINENO: checking disable TLS" >&5
|
|
|
|
|
echo $ECHO_N "checking disable TLS... $ECHO_C" >&6; }
|
|
|
|
|
# Check whether --enable-tls was given.
|
|
|
|
|
if test "${enable_tls+set}" = set; then
|
|
|
|
|
enableval=$enable_tls;
|
|
|
|
|
{ echo "$as_me:$LINENO: result: yes" >&5
|
|
|
|
|
echo "${ECHO_T}yes" >&6; }
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
#define SIPSAK_NO_TLS 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{ echo "$as_me:$LINENO: result: not requested" >&5
|
|
|
|
|
echo "${ECHO_T}not requested" >&6; }
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ echo "$as_me:$LINENO: checking enable debug messages" >&5
|
|
|
|
|
echo $ECHO_N "checking enable debug messages... $ECHO_C" >&6; }
|
|
|
|
|
# Check whether --enable-debug was given.
|
|
|
|
|
if test "${enable_debug+set}" = set; then
|
|
|
|
|
enableval=$enable_debug;
|
|
|
|
|
{ echo "$as_me:$LINENO: result: yes" >&5
|
|
|
|
|
echo "${ECHO_T}yes" >&6; }
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
#define SIPSAK_PRINT_DBG 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{ echo "$as_me:$LINENO: result: not requested" >&5
|
|
|
|
|
echo "${ECHO_T}not requested" >&6; }
|
|
|
|
|