]> git.pld-linux.org Git - packages/etherape.git/blame - etherape-resolv.patch
- release 2.
[packages/etherape.git] / etherape-resolv.patch
CommitLineData
d83a367b
AM
1diff -urN etherape-0.5.6.org/configure.in etherape-0.5.6/configure.in
2--- etherape-0.5.6.org/configure.in Thu Mar 15 08:58:28 2001
3+++ etherape-0.5.6/configure.in Thu Mar 15 08:59:03 2001
4@@ -79,12 +79,10 @@
5 # Copied from mtr to support dns.c
6
7 AC_CHECK_FUNC(res_init, ,
8- AC_CHECK_LIB(bind, res_init, ,
9- AC_CHECK_LIB(resolv, res_init, , AC_MSG_ERROR(No resolver library found))))
10+ AC_CHECK_LIB(resolv, __res_init, , AC_MSG_ERROR(No resolver library found)))
11
12 AC_CHECK_FUNC(res_mkquery, ,
13- AC_CHECK_LIB(bind, res_mkquery, ,
14- AC_CHECK_LIB(resolv, res_mkquery, , AC_MSG_ERROR(No resolver library found))))
15+ AC_CHECK_LIB(resolv, __res_mkquery, , AC_MSG_ERROR(No resolver library found)))
16
17
18 dnl Checks for header files.
This page took 0.031855 seconds and 4 git commands to generate.