Yet another ipv6 detection fix

This commit is contained in:
Kurt Zeilenga 2000-09-25 01:17:22 +00:00
parent 8e7f974e2c
commit 611d8a4226
2 changed files with 3 additions and 3 deletions

4
configure vendored
View File

@ -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 <net/in.h>
# include <netinet/in.h>
# ifdef INET6_ADDRSLEN
__has_inet6_addrslen__;
# endif

View File

@ -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 <net/in.h>
# include <netinet/in.h>
# ifdef INET6_ADDRSLEN
__has_inet6_addrslen__;
# endif