mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
Yet another ipv6 detection fix
This commit is contained in:
parent
8e7f974e2c
commit
611d8a4226
4
configure
vendored
4
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user