|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
#! /bin/sh
|
|
|
|
|
# From configure.ac Revision: 132390 .
|
|
|
|
|
# From configure.ac Revision: 132643 .
|
|
|
|
|
# Guess values for system-dependent variables and create Makefiles.
|
|
|
|
|
# Generated by GNU Autoconf 2.61 for asterisk 1.6.
|
|
|
|
|
#
|
|
|
|
@ -31153,8 +31153,13 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if test "x${PBX_GETIFADDRS}" != "x1" -a "${USE_GETIFADDRS}" != "no"; then
|
|
|
|
|
{ echo "$as_me:$LINENO: checking if \"struct ifaddrs *p; getifaddrs(&p)\" compiles using ifaddrs.h" >&5
|
|
|
|
|
if test "xgetifaddrs() support" != "x"; then
|
|
|
|
|
{ echo "$as_me:$LINENO: checking for getifaddrs() support" >&5
|
|
|
|
|
echo $ECHO_N "checking for getifaddrs() support... $ECHO_C" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ echo "$as_me:$LINENO: checking if \"struct ifaddrs *p; getifaddrs(&p)\" compiles using ifaddrs.h" >&5
|
|
|
|
|
echo $ECHO_N "checking if \"struct ifaddrs *p; getifaddrs(&p)\" compiles using ifaddrs.h... $ECHO_C" >&6; }
|
|
|
|
|
fi
|
|
|
|
|
saved_cppflags="${CPPFLAGS}"
|
|
|
|
|
if test "x${GETIFADDRS_DIR}" != "x"; then
|
|
|
|
|
GETIFADDRS_INCLUDE="-I${GETIFADDRS_DIR}/include"
|
|
|
|
@ -39589,7 +39594,11 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if test "x${PBX_SPANDSP}" != "x1" -a "${USE_SPANDSP}" != "no"; then
|
|
|
|
|
{ echo "$as_me:$LINENO: checking if \"
|
|
|
|
|
if test "xminimum version of SpanDSP" != "x"; then
|
|
|
|
|
{ echo "$as_me:$LINENO: checking for minimum version of SpanDSP" >&5
|
|
|
|
|
echo $ECHO_N "checking for minimum version of SpanDSP... $ECHO_C" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ echo "$as_me:$LINENO: checking if \"
|
|
|
|
|
#if SPANDSP_RELEASE_DATE < 20080516
|
|
|
|
|
#error \"spandsp 0.0.5 or greater is required\"
|
|
|
|
|
#endif
|
|
|
|
@ -39599,6 +39608,7 @@ echo $ECHO_N "checking if \"
|
|
|
|
|
#error \"spandsp 0.0.5 or greater is required\"
|
|
|
|
|
#endif
|
|
|
|
|
\" compiles using spandsp/version.h... $ECHO_C" >&6; }
|
|
|
|
|
fi
|
|
|
|
|
saved_cppflags="${CPPFLAGS}"
|
|
|
|
|
if test "x${SPANDSP_DIR}" != "x"; then
|
|
|
|
|
SPANDSP_INCLUDE="-I${SPANDSP_DIR}/include"
|
|
|
|
|