[svn-commits] rizzo: branch rizzo/astobj2 r45890 - /team/rizzo/astobj2/configure.ac

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sun Oct 22 11:45:01 MST 2006


Author: rizzo
Date: Sun Oct 22 13:45:00 2006
New Revision: 45890

URL: http://svn.digium.com/view/asterisk?rev=45890&view=rev
Log:
FreeBSD 6 has gethostbyname_r, so add appropriate configure.ac tests.
Probably all the OS-specific checks in utils.c should also go away.


Modified:
    team/rizzo/astobj2/configure.ac

Modified: team/rizzo/astobj2/configure.ac
URL: http://svn.digium.com/view/asterisk/team/rizzo/astobj2/configure.ac?rev=45890&r1=45889&r2=45890&view=diff
==============================================================================
--- team/rizzo/astobj2/configure.ac (original)
+++ team/rizzo/astobj2/configure.ac Sun Oct 22 13:45:00 2006
@@ -251,6 +251,8 @@
 AC_FUNC_VPRINTF
 AC_CHECK_FUNCS([asprintf atexit bzero dup2 endpwent floor ftruncate getcwd gethostbyname gethostname getloadavg gettimeofday inet_ntoa isascii localtime_r memchr memmove memset mkdir munmap pow putenv re_comp regcomp rint select setenv socket sqrt strcasecmp strcasestr strchr strcspn strdup strerror strncasecmp strndup strnlen strrchr strsep strspn strstr strtol strtoq unsetenv utime vasprintf])
 
+AC_CHECK_FUNCS([gethostbyname_r])
+
 AC_CHECK_FUNCS([funopen])
 AC_CHECK_FUNCS([fopencookie])
 



More information about the svn-commits mailing list