aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2011-03-08 13:38:49 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-03-08 15:41:36 +0100
commit5d7ad4738640b2cbae9e00e8078bb55d488105d8 (patch)
treef167d39f19a9568ff984b545f1515cb9d56de2ef /openbsc/configure.in
parent682587748fbd4c2b98e6e989548ca61d7127a212 (diff)
misc: check for libdbi, mandatory library dependency
Otherwise, openbsc fails to compile: CC db.o db.c:29:21: error: dbi/dbi.h: File does not exists
Diffstat (limited to 'openbsc/configure.in')
-rw-r--r--openbsc/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index 1d2db88c0..4cd1952ff 100644
--- a/openbsc/configure.in
+++ b/openbsc/configure.in
@@ -49,6 +49,7 @@ PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.1.28)
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))
dnl Checks for typedefs, structures and compiler characteristics