Skip to content
Snippets Groups Projects
Commit 8e176fde authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Revert useless res_query check

parent f06247fe
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment