ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/releases/8.2.0beta1/acinclude.m4
(Generate patch)

Comparing ircd-hybrid-7.3/acinclude.m4 (file contents):
Revision 1029 by michael, Sun Nov 8 13:10:50 2009 UTC vs.
Revision 1105 by michael, Tue Sep 14 08:15:53 2010 UTC

# Line 3 | Line 3 | dnl vim: set fdm=marker sw=2 ts=2 et si:
3   dnl {{{ ax_check_lib_ipv4
4   AC_DEFUN([AX_CHECK_LIB_IPV4],[
5    AC_SEARCH_LIBS([socket],[socket],,[AC_MSG_ERROR([socket library not found])])
6 +  AC_SEARCH_LIBS([inet_ntoa], [nsl])
7 +  AC_SEARCH_LIBS([inet_aton], [resolv])
8    AC_CHECK_FUNCS([inet_aton inet_ntop inet_pton])
9    AC_CHECK_TYPES([struct sockaddr_in, struct sockaddr_storage, struct addrinfo],,,[#include <sys/types.h>
10     #include <sys/socket.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines