]> git.decadent.org.uk Git - nfs-utils.git/commit
Lots of parts of nfs-utils already depend on getaddrinfo(3).
authorChuck Lever <chuck.lever@oracle.com>
Tue, 15 Jul 2008 16:15:29 +0000 (12:15 -0400)
committerSteve Dickson <steved@redhat.com>
Tue, 15 Jul 2008 16:15:29 +0000 (12:15 -0400)
commit46c6575fe23a7468c17ec3329d956e9d3afe60e8
tree19e0bbe1b89e628e52d4b6fa6203c2e5871360fb
parent1ca49510fd1742955330583f259db7faf501a5e5
Lots of parts of nfs-utils already depend on getaddrinfo(3).

We could find each instance where getaddrinfo(3) is invoked, wrap it with
'#ifdef HAVE_GETADDRINFO', and provide equivalent logic without it, but that's
a whole lot of work... and no-one has complained about this so far.

So as a clean-up, let's simply add a hard dependency for it in configure.ac,
and call it a day.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
configure.ac