]> git.pld-linux.org Git - packages/etherape.git/blame - etherape-bdf_h.patch
- fix libresolv check on amd64, prefer libresolv over libbind (everywhere)
[packages/etherape.git] / etherape-bdf_h.patch
CommitLineData
529c44c2 1--- etherape-0.9.0/acinclude.m4.orig 2001-04-19 18:56:23.000000000 +0200
2+++ etherape-0.9.0/acinclude.m4 2004-03-19 00:23:02.761350088 +0100
3@@ -131,8 +131,8 @@
4 fi
5
6 # Pcap header checks
7- AC_CHECK_HEADER(net/bpf.h,,
8- AC_MSG_ERROR([[Header file net/bpf.h not found; if you installed libpcap from source, did you also do \"make install-incl\"?]]))
9+ AC_CHECK_HEADER(pcap-bpf.h,,
10+ AC_MSG_ERROR([[Header file pcap-bpf.h not found.]]))
11 AC_CHECK_HEADER(pcap.h,, AC_MSG_ERROR(Header file pcap.h not found.))
12
13 #
This page took 0.132355 seconds and 4 git commands to generate.