summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2003-09-02 08:42:56 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2003-09-02 08:42:56 +0000
commit149a9f0623d2fd48146fa8868b69c0f633c82fbd (patch)
tree475cc7a65b1d13a36587f8a1bc98ce2cacef046a /configure.in
parentc8173f9c12339334adbc573be9438c4efcdf9d20 (diff)
downloadlibapr-149a9f0623d2fd48146fa8868b69c0f633c82fbd.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: http://svn.apache.org/repos/asf/apr/apr/trunk@64602 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 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