]> The Tcpdump Group git mirrors - tcpdump/commit
Make sure we can link with libpcap.
authorGuy Harris <[email protected]>
Sun, 14 Nov 2010 20:23:40 +0000 (12:23 -0800)
committerGuy Harris <[email protected]>
Sun, 14 Nov 2010 20:23:40 +0000 (12:23 -0800)
commit71894d1a627491b037993e06cd115bf706b4a610
tree9d1a433d7ee0c92a4193b3b23c5e4339d589856d
parent705328c50537a65c35d10c860d8a04f7002434e8
Make sure we can link with libpcap.

After finding libpcap and getting a list of other flags needed when
linking, we check for "pcap_loop()", to make sure we found a working
libpcap and have all the right other libraries with which dnl to link.
(Otherwise, for example, the check for pcap_list_datalinks() will fail,
not because the routines are missing from the library, but because we
aren't linking properly with libpcap, and that will cause confusing
errors at build time.)
aclocal.m4
configure