ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/releases/1.0.0beta1/configure.ac
(Generate patch)

Comparing hopm/trunk/configure.ac (file contents):
Revision 5062 by michael, Mon Dec 22 14:07:15 2014 UTC vs.
Revision 5064 by michael, Mon Dec 22 14:21:48 2014 UTC

# Line 62 | Line 62 | AC_SEARCH_LIBS([socket],[socket],,[AC_MS
62   AC_CHECK_FUNC(getaddrinfo, [], AC_SEARCH_LIBS(getaddrinfo, nsl))
63   AC_CHECK_FUNC(getnameinfo, [], AC_SEARCH_LIBS(getnameinfo, nsl))
64  
65 < AC_CHECK_FUNCS(inet_aton inet_pton socket strdup strstr)
65 > AC_CHECK_FUNCS(strlcpy strlcat inet_aton inet_pton socket strdup strstr)
66  
67   dnl Check if we can use gethostbyname2 for ipv6
68   AC_CHECK_FUNCS(gethostbyname gethostbyname2)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines