X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=configure.in;fp=configure.in;h=20a1640a6e0b0d727a63a9563c939870a02cfafa;hp=f6bb58b4b029df2fa779fab4426b5f73170d63ac;hb=135fcb2fb72d7361e58cf1e3557181306aaf750b;hpb=e2b967214898a2f8a59b363f5d795d0ecb0e9ab4 diff --git a/configure.in b/configure.in index f6bb58b4..20a1640a 100644 --- a/configure.in +++ b/configure.in @@ -2765,7 +2765,8 @@ then fi if test "x$with_libpcap" = "xyes" then - AC_CHECK_HEADERS(pcap-bpf.h) + AC_CHECK_HEADERS(pcap-bpf.h,, + [with_libpcap="no (pcap-bpf.h not found)"]) fi AM_CONDITIONAL(BUILD_WITH_LIBPCAP, test "x$with_libpcap" = "xyes") # }}}