]> git.sur5r.net Git - openldap/blobdiff - configure.in
Fix variable names in res_search check.
[openldap] / configure.in
index ae32fa312e3428a4c8810c1ec029cf627cfdcafd..3173223b3fb62806ff7ec151c292b71991ae7d29 100644 (file)
@@ -277,11 +277,11 @@ dnl Check for resolver routines
 AC_CHECK_FUNCS(res_search)
 if test $ac_cv_func_res_search = "no" ; then 
        AC_CHECK_LIB(bind, res_search)
-       if test "$ac_cv_libac_cv_lib_bind_res_search" = "yes" ; then
+       if test "$ac_cv_lib_bind_res_search" = "yes" ; then
                AC_DEFINE(HAVE_RES_SEARCH,1)
        else
                AC_CHECK_LIB(resolv, res_search)
-               if test "$ac_cv_libac_cv_lib_resolv_res_search" = "yes" ; then
+               if test "$ac_cv_lib_resolv_res_search" = "yes" ; then
                        AC_DEFINE(HAVE_RES_SEARCH,1)
                fi
        fi