]> granicus.if.org Git - sudo/commit
Fix detection of functions in network libs like -lsocket, -lnsl and
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 1 Oct 2014 21:42:07 +0000 (15:42 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 1 Oct 2014 21:42:07 +0000 (15:42 -0600)
commit1d7bab5046e538b1a7a4a1a406ad3b15274d42e9
tree6724ef8ceab03f94e387fc9948726d2e7344c344
parent1faf2b5958fcbb3597441fb69fbe50d89bdd8c53
Fix detection of functions in network libs like -lsocket, -lnsl and
-linet when we have already added those libs to NET_LIBS.
Fixes a problem where inet_pton() was not detected on Solaris.
configure
configure.ac