Second try to fix res_search

This commit is contained in:
Kurt Zeilenga 2000-06-09 05:16:04 +00:00
parent b098f46de4
commit 3cf98c2724
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -3203,7 +3203,7 @@ fi
ac_cv_func_res_search=$ac_cv_lib_bind_res_search
fi
if test $ac_cv_func_res_search= "no" ; then
if test $ac_cv_func_res_search = "no" ; then
echo $ac_n "checking for __res_search in -lbind""... $ac_c" 1>&6
echo "configure:3209: checking for __res_search in -lbind" >&5
ac_lib_var=`echo bind'_'__res_search | sed 'y%./+-:%__p__%'`

View file

@ -301,7 +301,7 @@ if test $ac_cv_func_res_search = "no" ; then
AC_CHECK_LIB(bind, res_search)
ac_cv_func_res_search=$ac_cv_lib_bind_res_search
fi
if test $ac_cv_func_res_search= "no" ; then
if test $ac_cv_func_res_search = "no" ; then
AC_CHECK_LIB(bind, __res_search)
ac_cv_func_res_search=$ac_cv_lib_bind___res_search
fi