mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
Fix typo
This commit is contained in:
parent
cba2d64941
commit
b99223a37c
2 changed files with 3 additions and 3 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue