summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-05-07 14:35:40 +0000
committerJeff Trawick <trawick@apache.org>2001-05-07 14:35:40 +0000
commitcca44bc1b47238fd8b62620af9a86c93ca47b09d (patch)
treea42116a3ded469f688e9989e62a05159dfc135d2 /configure.in
parent5f3c76b5f825702139b8eb83602e4da7fffc9cb6 (diff)
downloadapr-cca44bc1b47238fd8b62620af9a86c93ca47b09d.tar.gz
stop looking for getipnodebyname and getipnodebyaddr; we
don't use these functions (note: these simple checks don't work on Tru64, which requires that <netdb.h> be included in order to see a rename of the functions via #define) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61589 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index a4af625a7..9ee94f4ce 100644
--- a/configure.in
+++ b/configure.in
@@ -1073,8 +1073,6 @@ AC_SEARCH_LIBS(getaddrinfo, inet6)
AC_SEARCH_LIBS(getnameinfo, inet6)
APR_CHECK_WORKING_GETADDRINFO
APR_CHECK_WORKING_GETNAMEINFO
-AC_CHECK_FUNCS(getipnodebyname)
-AC_CHECK_FUNCS(getipnodebyaddr)
APR_CHECK_SOCKADDR_IN6
AC_MSG_CHECKING(if APR supports IPv6)
have_ipv6="0"