From d9e31c744aa5b52b4439275df135d9b4e180d86a Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 22 Jul 2008 20:54:07 +0000 Subject: Merged revisions 132704 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r132704 | kpfleming | 2008-07-22 15:49:41 -0500 (Tue, 22 Jul 2008) | 2 lines make AST_C_COMPILE_CHECK able to print a 'pretty' description of what it is doing ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@132705 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6e9fc7b2b..0d7c306e5 100644 --- a/configure.ac +++ b/configure.ac @@ -603,7 +603,7 @@ AST_EXT_LIB_CHECK([STRTOD], [c], [strtod], [stdlib.h]) AST_EXT_LIB_CHECK([FLOOR], [m], [floor]) AST_EXT_LIB_CHECK([CEIL], [m], [ceil]) -AST_C_COMPILE_CHECK([GETIFADDRS], [struct ifaddrs *p; getifaddrs(&p)], [ifaddrs.h]) +AST_C_COMPILE_CHECK([GETIFADDRS], [struct ifaddrs *p; getifaddrs(&p)], [ifaddrs.h], , [getifaddrs() support]) GSM_INTERNAL="yes" AC_SUBST(GSM_INTERNAL) @@ -1304,7 +1304,7 @@ AST_C_COMPILE_CHECK([SPANDSP], [ #if SPANDSP_RELEASE_DATE < 20080516 #error "spandsp 0.0.5 or greater is required" #endif - ], [spandsp/version.h]) + ], [spandsp/version.h], , [minimum version of SpanDSP]) if test "x${PBX_SPANDSP}" = "x1" ; then # We found the correct version in the header, now let's make sure it links -- cgit v1.2.3