]> git.decadent.org.uk Git - nfs-utils.git/commit
configure.ac: Don't check for AI_ADDRCONFIG
authorChuck Lever <chuck.lever@oracle.com>
Thu, 5 Jan 2012 20:54:00 +0000 (15:54 -0500)
committerSteve Dickson <steved@redhat.com>
Thu, 5 Jan 2012 21:27:05 +0000 (16:27 -0500)
commitfa14db707efd309cd567648a4a0ffdbf06f5e2c9
tree726efe9c81591c3b427e32073b7ab6e598c117d2
parentdacc7248b33a360d9e57b78726a0530d5b2b3814
configure.ac: Don't check for AI_ADDRCONFIG

Commit 1ea2c3be: "nfs-utils: Remove all uses of AI_ADDRCONFIG,"
(October 28, 2010) removed the last use of AI_ADDRCONFIG.  Even so,
ipv6.m4 uses this check to ensure that the local getaddrinfo(3)
implementation is recent.  Maybe we shouldn't bother.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
aclocal/ipv6.m4