diff options
author | Michael Richardson <mcr@sandelman.ca> | 2014-09-02 21:05:21 -0400 |
---|---|---|
committer | Michael Richardson <mcr@sandelman.ca> | 2014-09-02 21:05:21 -0400 |
commit | cf3ba4217dabbedbb3df6cfa5c72f69132b587e0 (patch) | |
tree | d3c89e2548de83c65d133f6276c089ffc454fac6 /aclocal.m4 | |
parent | 0eb412b62294243f64560f06b7b2dc513f4db29a (diff) | |
download | tcpdump-cf3ba4217dabbedbb3df6cfa5c72f69132b587e0.tar.gz |
comma in AC_MSG_ERROR confuses configure
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |