aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-01-09 14:22:03 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2020-01-09 14:22:05 +0100
commitcb1635a6b527c08c5351e5ddfa3c5fd281becfb7 (patch)
tree5254c0aaf91b99783d7704822d5bf8a13df60e5a /configure.ac
parentd1b1ff77a6bc2f70366c5d2f5079c70f5eae52a0 (diff)
configure.ac: Drop unneeded check for dahdi
This check was added during libosmo-netif's initial commit, and there's nothing requiring DAHDI in here. It's most possible a copy-paste artifact when creating configure.ac. Change-Id: Ief25a12696d797eaf50b0373e8310add93b9dc9e
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a96fb70..8452d17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,8 +106,6 @@ AS_IF([test "x$ENABLE_LIBSCTP" = "xyes"], [
LIBS=$old_LIBS
])
-AC_CHECK_HEADERS(dahdi/user.h,,AC_MSG_WARN(DAHDI input driver will not be built))
-
found_pcap=yes
AC_CHECK_HEADERS(pcap.h,,found_pcap=no)
AM_CONDITIONAL(HAVE_PCAP, test "$found_pcap" = yes)