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/branches/1.4@132704 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2008-07-22 20:49:41 +00:00
parent fe25fe728c
commit 5ef465d386
3 changed files with 14 additions and 5 deletions

View File

@@ -444,7 +444,7 @@ if test "${USE_DAHDI}" != "no" ; then
fi
fi
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)