From: Kurt Zeilenga Date: Fri, 18 Mar 2005 17:07:16 +0000 (+0000) Subject: Revert useless res_query check X-Git-Tag: OPENLDAP_REL_ENG_2_3_BP~33 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8e176fde7beaba51fa9018dfbf0cc7c8d56af8ce;p=openldap Revert useless res_query check --- diff --git a/configure.in b/configure.in index 01032938de..e4eaab8054 100644 --- a/configure.in +++ b/configure.in @@ -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