From 6cd7680586c116ea0d2f27c7ab67e3651138d372 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 5 Mar 1999 15:59:28 +0000 Subject: [PATCH] Fix typo in configure.in with gethostbyname_r_nargs --- configure | 4 ++-- configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 \ -- 2.39.5