aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-01-22 23:35:21 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-01-22 23:35:21 +0100
commit7ba088bdf0bdfd1b9b71948b9886ef310c37abea (patch)
treeb933ae238499dd5b2c722a51ff84214d67a27eb2
parent91e0e1b038fd9883cf6493a795b30398238d9c37 (diff)
dahdi: The driver has moved to libosmo-abis
We can remove this check from openbsc as the handling is done in libosmo-abis.
-rw-r--r--openbsc/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index 0d6a1da95..24dbc30f7 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -92,7 +92,6 @@ AC_SUBST(found_libgtp_and_libcares)
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))