mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
Revert useless res_query check
This commit is contained in:
parent
f06247fede
commit
8e176fde7b
1 changed files with 1 additions and 6 deletions
|
|
@ -992,11 +992,6 @@ if test $ac_cv_func_res_query = no ; then
|
||||||
ac_cv_func_res_query=$ac_cv_lib_resolv_res_query
|
ac_cv_func_res_query=$ac_cv_lib_resolv_res_query
|
||||||
fi
|
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
|
if test $ac_cv_func_res_query = no ; then
|
||||||
AC_CHECK_LIB(resolv, __res_query)
|
AC_CHECK_LIB(resolv, __res_query)
|
||||||
ac_cv_func_res_query=$ac_cv_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
|
if test $ac_cv_func_res_query = no ; then
|
||||||
AC_CHECK_LIB(resolv, _res_9_query)
|
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
|
fi
|
||||||
|
|
||||||
if test "$ac_cv_func_res_query" = yes ; then
|
if test "$ac_cv_func_res_query" = yes ; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue