From 51cf69cdb47995f9767810f4ced5d1dc6b83b054 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 15 Sep 2015 11:39:47 +0200 Subject: openbsc/configure.ac: check for pcap/pcap.h. The build process requires pcap/pcap.h in openbsc/src/utils/meas_pcap2db.c, but the configure script did not check for that file. --- openbsc/configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/openbsc/configure.ac b/openbsc/configure.ac index 0ebb041fa..78302ddef 100644 --- a/openbsc/configure.ac +++ b/openbsc/configure.ac @@ -88,6 +88,7 @@ dnl checks for header files AC_HEADER_STDC AC_CHECK_HEADERS(dahdi/user.h,,AC_MSG_WARN(DAHDI input driver will not be built)) AC_CHECK_HEADERS(dbi/dbd.h,,AC_MSG_ERROR(DBI library is not installed)) +AC_CHECK_HEADERS(pcap/pcap.h,,AC_MSG_ERROR(PCAP library is not installed)) found_cdk=yes AC_CHECK_HEADERS(cdk/cdk.h,,found_cdk=no) -- cgit v1.2.3