Skip to content

Commit 4211615

Browse files
committed
Update the error message when checking for pcap_loop()
Add a first error case when trying to build a 32-bit tcpdump with a 64-bit libpcap or vice versa. [skip ci]
1 parent 0e04b9d commit 4211615

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

aclocal.m4

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,8 +711,10 @@ AC_DEFUN(AC_LBL_LIBPCAP,
711711
AC_CHECK_FUNC(pcap_loop,,
712712
[
713713
AC_MSG_ERROR(
714-
[This is a bug, please follow the guidelines in CONTRIBUTING.md and include the
715-
config.log file in your report. If you have downloaded libpcap from
714+
[
715+
1. Do you try to build a 32-bit tcpdump with a 64-bit libpcap or vice versa?
716+
2. This is a bug, please follow the guidelines in CONTRIBUTING.md and include
717+
the config.log file in your report. If you have downloaded libpcap from
716718
tcpdump.org, and built it yourself, please also include the config.log
717719
file from the libpcap source directory, the Makefile from the libpcap
718720
source directory, and the output of the make process for libpcap, as

0 commit comments

Comments
 (0)