Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 134187
Collapse All | Expand All

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

Return to bug 134187