aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2017-11-21 10:23:28 +0100
committerAlexander Couzens <lynxis@fe80.eu>2017-12-16 20:31:17 +0100
commita801fba4d32825da044c3c713043e9e919a09fc6 (patch)
treefdb7a4150e20a1e774876b8b4e7126b924fe0ea0 /configure.ac
parent0c822a3a21da233cb023249f6a1598b934b87fde (diff)
configure.ac: remove pcap check
libpcap isn't used in osmo-sgsn Change-Id: I47880dba1f6855f31b5b6481eeb1027abc2a2671
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index a1dbce549..225a534e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,10 +80,6 @@ AC_SUBST(found_libgtp_and_libcares)
dnl checks for header files
AC_HEADER_STDC
-found_pcap=yes
-AC_CHECK_HEADERS(pcap/pcap.h,,found_pcap=no)
-AM_CONDITIONAL(HAVE_PCAP, test "$found_pcap" = yes)
-
found_cdk=yes
AC_CHECK_HEADERS(cdk/cdk.h,,found_cdk=no)
AM_CONDITIONAL(HAVE_LIBCDK, test "$found_cdk" = yes)