]> git.sur5r.net Git - openldap/commitdiff
Fix typo in configure.in with gethostbyname_r_nargs
authorKurt Zeilenga <kurt@openldap.org>
Fri, 5 Mar 1999 15:59:28 +0000 (15:59 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 5 Mar 1999 15:59:28 +0000 (15:59 +0000)
configure
configure.in

index 9655200ac7e06e9e82ceca1732f7021a885e604f..d4f36fe3bdc99e8394d6a727e98be9f1944c130c 100755 (executable)
--- 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 \
index 7f4fb67b7c782c606a55d76d9f1bed0bfe3cd569..82723eca2a88854e0e72f86410728ed9e11075cf 100644 (file)
@@ -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 \