From 611d8a422649b2437f51e6e3d81a3f75403b6482 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 25 Sep 2000 01:17:22 +0000 Subject: [PATCH] Yet another ipv6 detection fix --- configure | 4 ++-- configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5