]> The Tcpdump Group git mirrors - tcpdump/commit
Use system libpcap when configured with --with-system-pcap 408/head
authorBaruch Siach <[email protected]>
Wed, 29 Oct 2014 11:21:05 +0000 (13:21 +0200)
committerBaruch Siach <[email protected]>
Wed, 29 Oct 2014 11:56:28 +0000 (13:56 +0200)
commit4289e62c7966e5abeb95307717cef30a51fcdccf
treea4da1201646d6845c019909407557eefd747973d
parent4ac72261ee255b36a0f0117dfef10801be6659dd
Use system libpcap when configured with --with-system-pcap

Don't force the local libpcap build when the system provides one. When
--with-system-pcap is given to configure, don't try to locate a local libpcap
build. This help build systems like Buildroot that store build trees in the
same directory, but still prefer dynamically linking against system wide
libpcap.so to save space.

Signed-off-by: Baruch Siach <[email protected]>
aclocal.m4