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

res_9_query

parent f77233d2
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -992,6 +992,11 @@ 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
......@@ -999,7 +1004,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