From: Kurt Zeilenga Date: Mon, 25 Sep 2000 01:17:22 +0000 (+0000) Subject: Yet another ipv6 detection fix X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1905 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=611d8a422649b2437f51e6e3d81a3f75403b6482;p=openldap Yet another ipv6 detection fix --- diff --git a/configure b/configure index d320fa843d..2fc9c5fa1a 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -# from OpenLDAP: pkg/ldap/configure.in,v 1.335 2000/09/24 23:13:28 kurt Exp +# from OpenLDAP: pkg/ldap/configure.in,v 1.336 2000/09/24 23:15:14 kurt Exp # Copyright 1998-2000 The OpenLDAP Foundation. All Rights Reserved. # @@ -5776,7 +5776,7 @@ else #line 5777 "configure" #include "confdefs.h" -# include +# include # ifdef INET6_ADDRSLEN __has_inet6_addrslen__; # endif diff --git a/configure.in b/configure.in index d2e182156d..2e7e41c574 100644 --- a/configure.in +++ b/configure.in @@ -821,7 +821,7 @@ if test $ac_cv_func_getaddrinfo = no ; then else AC_CACHE_CHECK([INET6_ADDRSTRLEN],[ol_cv_inet6_addrslen],[ AC_EGREP_CPP(__has_inet6_addrslen__,[ -# include +# include # ifdef INET6_ADDRSLEN __has_inet6_addrslen__; # endif