View | Details | Raw Unified
Collapse All | Expand All

(-) configure.ac (-2 / +2 lines)
 Lines 195-204    Link Here 
#include <resolv.h>
#include <resolv.h>
#endif
#endif
extern int res_search();
extern int res_search();
]], [[res_search(0, 0, 0, 0, 0);]])],
]], [[res_search(0, 0, 0, 0, 0); dn_skipname(0,0);]])],
    [AC_MSG_RESULT([found])
    [AC_MSG_RESULT([found])
     AC_DEFINE(HAVE_RES_SEARCH, [1],
     AC_DEFINE(HAVE_RES_SEARCH, [1],
	       [Define to 1 if you have the 'res_search' function.])
	       [Define to 1 if you have the 'res_search' and 'dn_skipname' functions.])
     break], [AC_MSG_RESULT([not found])])
     break], [AC_MSG_RESULT([not found])])
     LIBS=$old_LIBS
     LIBS=$old_LIBS
done
done