diff options
author | Joe Orton <jorton@apache.org> | 2003-09-02 08:42:56 +0000 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2003-09-02 08:42:56 +0000 |
commit | 4852d15db15c4000806a2d5ff75b1ea802fd6840 (patch) | |
tree | 475cc7a65b1d13a36587f8a1bc98ce2cacef046a /configure.in | |
parent | fb2e175d5f98dd1d0e3e31ec2b328ab2bcddcea5 (diff) | |
download | apr-4852d15db15c4000806a2d5ff75b1ea802fd6840.tar.gz |
Remove APR_CHECK_SOCKADDR_SA_LEN which survived since the first
addition of IPv6 support to APR without its result being used.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64602 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 48b58bd4c..a5075ece6 100644 --- a/configure.in +++ b/configure.in @@ -1729,8 +1729,6 @@ fi AC_SUBST(have_in_addr) AC_SUBST(file_as_socket) -APR_CHECK_SOCKADDR_SA_LEN - # Check the types only if we have gethostbyname_r if test "$ac_cv_func_gethostbyname_r" = "yes"; then APR_CHECK_GETHOSTBYNAME_R_STYLE |