Lines Matching refs:pcap
237 AC_MSG_CHECKING(for local pcap library)
257 AC_CHECK_LIB(pcap, main, libpcap="-lpcap")
262 dnl Good old Red Hat Linux puts "pcap.h" in
263 dnl "/usr/include/pcap"; had the LBL folks done so,
273 dnl see if it's in a "pcap" subdirectory of them and,
276 AC_MSG_CHECKING(for extraneous pcap header directories)
277 if test \( ! -r /usr/local/include/pcap.h \) -a \
278 \( ! -r /usr/include/pcap.h \); then
279 if test -r /usr/local/include/pcap/pcap.h; then
280 d="/usr/local/include/pcap"
281 elif test -r /usr/include/pcap/pcap.h; then
282 d="/usr/include/pcap"
295 if test -r $d/pcap.h; then
297 elif test -r $places/pcap.h; then
300 AC_MSG_ERROR(cannot find pcap.h, see INSTALL)