From: Michael Richardson Date: Wed, 3 Sep 2014 01:05:21 +0000 (-0400) Subject: comma in AC_MSG_ERROR confuses configure X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/24833d201fd94f6b91699bf44c0e7f99d7ed3238 comma in AC_MSG_ERROR confuses configure --- diff --git a/aclocal.m4 b/aclocal.m4 index 74fe833c..fbd6a8e5 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -531,7 +531,7 @@ AC_DEFUN(AC_LBL_LIBPCAP, elif test -r $places/pcap.h; then $2="-I$places $$2" else - AC_MSG_ERROR(cannot find pcap.h, see INSTALL) + AC_MSG_ERROR(cannot find pcap.h: see INSTALL) fi AC_MSG_RESULT($libpcap) AC_PATH_PROG(PCAP_CONFIG, pcap-config,, $d)