summaryrefslogtreecommitdiffstats
path: root/src/host/layer2/configure.ac
diff options
context:
space:
mode:
authorHarald Welte2010-02-20 18:58:12 +0100
committerHarald Welte2010-02-20 18:58:12 +0100
commit3e1ebe41909800d08fb578f1a607592a3929d1f0 (patch)
treec01fa932c61e4531063927b818c70889da7f2f4f /src/host/layer2/configure.ac
parentfix typo in README (Timo Juhani Lindfors) (diff)
downloadosmocom-3e1ebe41909800d08fb578f1a607592a3929d1f0.tar.gz
osmocom-3e1ebe41909800d08fb578f1a607592a3929d1f0.tar.xz
osmocom-3e1ebe41909800d08fb578f1a607592a3929d1f0.zip
migrate most osmocom code to new libosmocore
libosmocore is a new library that has been created out of OpenBSC, and it provides almost everything we've tried here with libosmocom. The only remaining part is the 'debug' part
Diffstat (limited to 'src/host/layer2/configure.ac')
-rw-r--r--src/host/layer2/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/host/layer2/configure.ac b/src/host/layer2/configure.ac
index 72ed2f8..cbed1c0 100644
--- a/src/host/layer2/configure.ac
+++ b/src/host/layer2/configure.ac
@@ -12,6 +12,9 @@ AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_RANLIB
+dnl checks for libraries
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore)
+
dnl checks for header files
AC_HEADER_STDC