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

Comparing ircd-hybrid-7.3/acinclude.m4 (file contents):
Revision 1122 by michael, Tue Dec 21 14:42:54 2010 UTC vs.
Revision 1123 by michael, Sun Feb 6 21:57:50 2011 UTC

# Line 15 | Line 15 | AC_DEFUN([AX_CHECK_LIB_IPV4],[
15   ])dnl }}}
16   dnl {{{ ax_check_lib_ipv6
17   AC_DEFUN([AX_CHECK_LIB_IPV6],[
18 <  AC_CHECK_TYPES([struct sockaddr_in6],,[AC_DEFINE([IPV6],[1],[Define to 1 if you have IPv6 support.])],,[#include <sys/types.h>
19 <   <sys/socket.h>])
18 >  AC_CHECK_TYPE([struct sockaddr_in6],[AC_DEFINE([IPV6],[1],[Define to 1 if you have IPv6 support.])],,[#include <netinet/in.h>])
19   ])dnl }}}
20   dnl {{{ ax_arg_enable_ioloop_mechanism (FIXME)
21   AC_DEFUN([AX_ARG_ENABLE_IOLOOP_MECHANISM],[

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines