Fix typo in configure.in with gethostbyname_r_nargs

This commit is contained in:
Kurt Zeilenga 1999-03-05 15:59:28 +00:00
parent 6da27229d9
commit 6cd7680586
2 changed files with 4 additions and 4 deletions

4
configure vendored
View file

@ -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 \

View 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 \