]> git.sur5r.net Git - openldap/commitdiff
Yet another ipv6 detection fix
authorKurt Zeilenga <kurt@openldap.org>
Mon, 25 Sep 2000 01:17:22 +0000 (01:17 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 25 Sep 2000 01:17:22 +0000 (01:17 +0000)
configure
configure.in

index d320fa843d51a0431f8b926f16319a3b8d0e382d..2fc9c5fa1ad22f547aa1c802c57e1279109faae6 100755 (executable)
--- 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 <net/in.h>
+#                      include <netinet/in.h>
 #                      ifdef INET6_ADDRSLEN
                                __has_inet6_addrslen__;
 #                      endif
index d2e182156d76fb9bc1d0aad23514284badfeea69..2e7e41c574a4576744c75d63ce78b2384e5fa405 100644 (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