configure.ac: Check for dadhi header file presence

Thanks to mnhauke for this fix
This commit is contained in:
Harald Welte 2022-10-16 09:46:53 +02:00
parent 311afac0d2
commit 61353fc09d
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0)
AC_CHECK_HEADERS(dahdi/user.h,,AC_MSG_ERROR(dahdi/user.h not found))
AC_CONFIG_MACRO_DIR([m4])
dnl checks for header files