mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Fix typo in gethostbyaddr_r nargs test
This commit is contained in:
parent
26d8290859
commit
c598c882fc
2 changed files with 3 additions and 3 deletions
|
|
@ -1039,7 +1039,7 @@ AC_DEFUN(OL_FUNC_GETHOSTBYADDR_R_NARGS,
|
||||||
if test $ol_cv_func_gethostbyaddr_r_nargs7 = yes -a \
|
if test $ol_cv_func_gethostbyaddr_r_nargs7 = yes -a \
|
||||||
$ol_cv_func_gethostbyaddr_r_nargs8 = no ; then
|
$ol_cv_func_gethostbyaddr_r_nargs8 = no ; then
|
||||||
|
|
||||||
ol_cv_func_gethostbyname_r_nargs=7
|
ol_cv_func_gethostbyaddr_r_nargs=7
|
||||||
|
|
||||||
elif test $ol_cv_func_gethostbyaddr_r_nargs7 = no -a \
|
elif test $ol_cv_func_gethostbyaddr_r_nargs7 = no -a \
|
||||||
$ol_cv_func_gethostbyaddr_r_nargs8 = yes ; then
|
$ol_cv_func_gethostbyaddr_r_nargs8 = yes ; then
|
||||||
|
|
|
||||||
4
configure
vendored
4
configure
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
# from OpenLDAP: pkg/ldap/configure.in,v 1.269 1999/10/28 15:42:04 kdz Exp
|
# from OpenLDAP: pkg/ldap/configure.in,v 1.270 1999/11/01 02:40:57 kdz Exp
|
||||||
|
|
||||||
# Copyright 1998,1999 The OpenLDAP Foundation. All Rights Reserved.
|
# Copyright 1998,1999 The OpenLDAP Foundation. All Rights Reserved.
|
||||||
#
|
#
|
||||||
|
|
@ -6607,7 +6607,7 @@ rm -f conftest*
|
||||||
if test $ol_cv_func_gethostbyaddr_r_nargs7 = yes -a \
|
if test $ol_cv_func_gethostbyaddr_r_nargs7 = yes -a \
|
||||||
$ol_cv_func_gethostbyaddr_r_nargs8 = no ; then
|
$ol_cv_func_gethostbyaddr_r_nargs8 = no ; then
|
||||||
|
|
||||||
ol_cv_func_gethostbyname_r_nargs=7
|
ol_cv_func_gethostbyaddr_r_nargs=7
|
||||||
|
|
||||||
elif test $ol_cv_func_gethostbyaddr_r_nargs7 = no -a \
|
elif test $ol_cv_func_gethostbyaddr_r_nargs7 = no -a \
|
||||||
$ol_cv_func_gethostbyaddr_r_nargs8 = yes ; then
|
$ol_cv_func_gethostbyaddr_r_nargs8 = yes ; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue