]> The Tcpdump Group git mirrors - tcpdump/commit
configure: special-case macOS /usr/bin/pcap-config as we do in CMake.
authorGuy Harris <[email protected]>
Tue, 3 Aug 2021 19:58:34 +0000 (12:58 -0700)
committerGuy Harris <[email protected]>
Tue, 3 Aug 2021 19:58:34 +0000 (12:58 -0700)
commitfc240c64fb2070d37ccc2a4a2c2d998c4055f4f4
treeb757f3454b71402a6201752806de323bc2f3591e
parent66e1377aa133bf83ecf92679a53f7d0c54efc445
configure: special-case macOS /usr/bin/pcap-config as we do in CMake.

macOS's /usr/bin/pcap-config is incorrectly generated - pcap-config
--cflags includes -I/usr/local/include and pcap-config --libs includes
-L/usr/local/lib, even though it's the pcap-config file for the libpcap
that comes with the OS and should omit those.
aclocal.m4
configure