dahdi: The driver has moved to libosmo-abis

We can remove this check from openbsc as the handling is done
in libosmo-abis.
This commit is contained in:
Holger Hans Peter Freyther 2016-01-22 23:35:21 +01:00
parent 91e0e1b038
commit 7ba088bdf0
1 changed files with 0 additions and 1 deletions

View File

@ -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))