res_9_query

This commit is contained in:
Kurt Zeilenga 2005-03-18 07:14:01 +00:00
parent f77233d2ea
commit 3080947559
2 changed files with 709 additions and 653 deletions

1355
configure vendored

File diff suppressed because it is too large Load Diff

View File

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