summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2004-05-21 22:10:51 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2004-05-21 22:10:51 +0000
commit2f1ef7e7c30c40ffb0de78ce8579e6762f6a7cbe (patch)
tree5e013d605816d24cfe8d639f7c902ab71fb9fe68 /configure.in
parent5f416d65ea5ad23b3f39d4b934fc8366c358eecc (diff)
downloadlibapr-2f1ef7e7c30c40ffb0de78ce8579e6762f6a7cbe.tar.gz
backport this from 1.0-dev
Don't assume getnameinfo() can handle IPv4-mapped IPv6 addresses on any platforms. Submitted by: Jeff Trawick, Joe Orton, Colm MacC�rthaigh <colm stdlib.net> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/APR_0_9_BRANCH@65106 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b898c8411..5bae92cb1 100644
--- a/configure.in
+++ b/configure.in
@@ -1841,7 +1841,6 @@ else
if test "x$have_sockaddr_in6" = "x1"; then
if test "x$ac_cv_working_getaddrinfo" = "xyes"; then
if test "x$ac_cv_working_getnameinfo" = "xyes"; then
- APR_CHECK_GETNAMEINFO_IPV4_MAPPED
have_ipv6="1"
ipv6_result="yes"
else