This commit is contained in:
Kurt Zeilenga 2000-09-25 01:13:26 +00:00
parent cba2d64941
commit b99223a37c
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.333 2000/09/19 19:11:09 kurt Exp
# from OpenLDAP: pkg/ldap/configure.in,v 1.334 2000/09/24 23:11:48 kurt Exp
# Copyright 1998-2000 The OpenLDAP Foundation. All Rights Reserved.
#
@ -5798,7 +5798,7 @@ echo "$ac_t""$ol_cv_inet6_addrslen" 1>&6
if test $ol_cv_inet6_addrslen = yes ; then
ol_link_ipv6=yes
else if $ol_enable_ipv6 = yes ; then
elif $ol_enable_ipv6 = yes ; then
{ echo "configure: error: IPv6 support requires INET6_ADDRSTRLEN" 1>&2; exit 1; }
fi
fi

View file

@ -829,7 +829,7 @@ else
if test $ol_cv_inet6_addrslen = yes ; then
ol_link_ipv6=yes
else if $ol_enable_ipv6 = yes ; then
elif $ol_enable_ipv6 = yes ; then
AC_MSG_ERROR([IPv6 support requires INET6_ADDRSTRLEN])
fi
fi