]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Use AC_PATH_TOOL, not AC_PATH_PROG, to find pcap-config.
authorMike Frysinger <[email protected]>
Wed, 1 Dec 2010 00:13:05 +0000 (16:13 -0800)
committerGuy Harris <[email protected]>
Wed, 1 Dec 2010 00:13:05 +0000 (16:13 -0800)
The PROG variant does not take into consideration cross-compilation, so
it always looks for "pcap-config" which finds the host script.  So use
the TOOL variant instead which first searches for the cross-prefixed
pcap-config before falling back to the bare "pcap-config".

Reviewed-By: Guy Harris <[email protected]>

No differences found