Commit f0e29af
committed
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.1 parent 786eaca commit f0e29af
1 file changed
+15
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
760 | 760 | | |
761 | 761 | | |
762 | 762 | | |
763 | | - | |
764 | | - | |
765 | | - | |
766 | | - | |
767 | | - | |
768 | | - | |
769 | | - | |
770 | | - | |
771 | | - | |
772 | | - | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
773 | 778 | | |
774 | 779 | | |
775 | 780 | | |
| |||
0 commit comments