Revert useless res_query check

This commit is contained in:
Kurt Zeilenga 2005-03-18 17:07:16 +00:00
parent f06247fede
commit 8e176fde7b

View file

@ -992,11 +992,6 @@ if test $ac_cv_func_res_query = no ; then
ac_cv_func_res_query=$ac_cv_lib_resolv_res_query
fi
if test $ac_cv_func_res_query = no ; then
AC_CHECK_LIB(resolv, res_9_query)
ac_cv_func_res_query=$ac_cv_lib_resolv_res_9_query
fi
if test $ac_cv_func_res_query = no ; then
AC_CHECK_LIB(resolv, __res_query)
ac_cv_func_res_query=$ac_cv_lib_resolv___res_query
@ -1004,7 +999,7 @@ fi
if test $ac_cv_func_res_query = no ; then
AC_CHECK_LIB(resolv, _res_9_query)
ac_cv_func_res_query=$ac_cv_lib_resolv__res_9_query
ac_cv_func_res_query=$ac_cv_lib_resolv_res_9_query
fi
if test "$ac_cv_func_res_query" = yes ; then