]> The Tcpdump Group git mirrors - tcpdump/commit
Move pcap function checks to configure.in.
authorGuy Harris <[email protected]>
Tue, 10 Feb 2015 21:52:51 +0000 (13:52 -0800)
committerGuy Harris <[email protected]>
Tue, 10 Feb 2015 21:52:51 +0000 (13:52 -0800)
commitfa51b14a3d60a9faa0941821c402e4928143c992
treeb42e4bef047869a4fbdb8a9867e36a64e71355c8
parentf105f8b5a87fbaba30649e72ec3c7561cb1ca546
Move pcap function checks to configure.in.

It was doing some of the function checks; move the remaining ones out of
AC_LBL_LIBPCAP(), which is now solely responsible for finding libpcap,
making sure it'll work, and setting compiler and linker flags
appropriately.  Checks for functions that were introduced in later
versions of libpcap, which we use if available, are all done in
configure.in.
aclocal.m4
configure
configure.in