]> git.sur5r.net Git - openldap/commitdiff
Fix typo in gethostbyaddr_r nargs test
authorKurt Zeilenga <kurt@openldap.org>
Mon, 1 Nov 1999 12:02:03 +0000 (12:02 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 1 Nov 1999 12:02:03 +0000 (12:02 +0000)
build/openldap.m4
configure

index 1172210fefbaed2be1463018ded37b1ae52cb628..8f6648bd68daaf68f6c2c5568297c22124e7abbb 100644 (file)
@@ -1039,7 +1039,7 @@ AC_DEFUN(OL_FUNC_GETHOSTBYADDR_R_NARGS,
        if test $ol_cv_func_gethostbyaddr_r_nargs7 = yes -a \
                $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 \
                $ol_cv_func_gethostbyaddr_r_nargs8 = yes ; then
index 3bddee00f1ba9827741e143f162efb52c38f3083..c2cd32dc43f3c03bfa44400a69ae62630ae1878c 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $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.
 # 
@@ -6607,7 +6607,7 @@ rm -f conftest*
        if test $ol_cv_func_gethostbyaddr_r_nargs7 = yes -a \
                $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 \
                $ol_cv_func_gethostbyaddr_r_nargs8 = yes ; then