summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorMichael Richardson <mcr@sandelman.ca>2014-09-02 21:05:21 -0400
committerMichael Richardson <mcr@sandelman.ca>2014-09-02 21:05:21 -0400
commitcf3ba4217dabbedbb3df6cfa5c72f69132b587e0 (patch)
treed3c89e2548de83c65d133f6276c089ffc454fac6 /aclocal.m4
parent0eb412b62294243f64560f06b7b2dc513f4db29a (diff)
downloadtcpdump-cf3ba4217dabbedbb3df6cfa5c72f69132b587e0.tar.gz
comma in AC_MSG_ERROR confuses configure
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
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)