]> The Tcpdump Group git mirrors - tcpdump/commit
autoconf: change the message for failure to link with libpcap.
authorGuy Harris <[email protected]>
Tue, 16 Jul 2024 23:30:05 +0000 (16:30 -0700)
committerGuy Harris <[email protected]>
Tue, 16 Jul 2024 23:30:05 +0000 (16:30 -0700)
commitf0e29af2785f41153770653f699d75d34e3055d6
tree52e7af0f7b39e34541549acefbe35fd17a0322f7
parent786eaca480ca54b75ae535dbaf1d5d92bd4f85f0
autoconf: change the message for failure to link with libpcap.

Such a failure *might* be the result of a bug, but it might also be the
result of building against a libpcap library with a different bit width
from the one being used for tcpdump, or attempting to do a static build
against a libpcap that doesn't support that (because it depends on other
libraries, one of which is only available as a dynamic library), etc..

The latter, rather than the former, appears to be the more common case
these days.
aclocal.m4