echo "$ac_t""no" 1>&6
fi
- if test "$ac_cv_libac_cv_lib_bind_res_search" = "yes" ; then
+ if test "$ac_cv_lib_bind_res_search" = "yes" ; then
cat >> confdefs.h <<\EOF
#define HAVE_RES_SEARCH 1
EOF
echo "$ac_t""no" 1>&6
fi
- if test "$ac_cv_libac_cv_lib_resolv_res_search" = "yes" ; then
+ if test "$ac_cv_lib_resolv_res_search" = "yes" ; then
cat >> confdefs.h <<\EOF
#define HAVE_RES_SEARCH 1
EOF
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