Check for getaddrinfo rather than gethostbyname in configure.ac
authorJosh Triplett <josh@freedesktop.org>
Thu, 23 Nov 2006 05:49:52 +0000 (21:49 -0800)
committerJosh Triplett <josh@freedesktop.org>
Thu, 23 Nov 2006 05:49:52 +0000 (21:49 -0800)
commit1aade6a15f767c49db5c1b69b97a5b1bf8cdce57
treea0e23f888b1c8727a31a4d3f1ef482898dc7ea2a
parent183c2ba4cca71f4b12f106f801f0bd30c4c527f1
Check for getaddrinfo rather than gethostbyname in configure.ac

Since the addition of IPv6 support, we now use getaddrinfo rather than
gethostbyname; update configure.ac accordingly.
configure.ac