From: Kurt Zeilenga Date: Fri, 5 Mar 1999 15:59:28 +0000 (+0000) Subject: Fix typo in configure.in with gethostbyname_r_nargs X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~471 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6cd7680586c116ea0d2f27c7ab67e3651138d372;p=openldap Fix typo in configure.in with gethostbyname_r_nargs --- diff --git a/configure b/configure index 9655200ac7..d4f36fe3bd 100755 --- a/configure +++ b/configure @@ -9691,7 +9691,7 @@ EOF fi else - ol_cv_func_gethostbyname_r=0 + ol_cv_func_gethostbyname_r_nargs=0 fi if test "$ac_cv_func_gethostbyaddr_r" = yes ; then @@ -9771,7 +9771,7 @@ EOF fi else - ol_cv_func_gethostbyaddr_r=0 + ol_cv_func_gethostbyaddr_r_nargs=0 fi if test "$ac_cv_func_ctime_r" = yes \ diff --git a/configure.in b/configure.in index 7f4fb67b7c..82723eca2a 100644 --- a/configure.in +++ b/configure.in @@ -1596,13 +1596,13 @@ fi if test "$ac_cv_func_gethostbyname_r" = yes ; then OL_FUNC_GETHOSTBYNAME_R_NARGS else - ol_cv_func_gethostbyname_r=0 + ol_cv_func_gethostbyname_r_nargs=0 fi if test "$ac_cv_func_gethostbyaddr_r" = yes ; then OL_FUNC_GETHOSTBYADDR_R_NARGS else - ol_cv_func_gethostbyaddr_r=0 + ol_cv_func_gethostbyaddr_r_nargs=0 fi if test "$ac_cv_func_ctime_r" = yes \