aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-11-03 09:35:44 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-11-03 09:35:44 +0100
commitfaf5faeb7a0f597a16acb8f9d2b71cb5332f7f37 (patch)
treeef7f76ccaa68a226a33c0a3893a0416a72142b22 /configure.ac
parent1d4120c7c2e283d0b002bd2f258c4e50b8e0460b (diff)
libosmovty: Drop dependency as no VTY code is written here
Do not link to libosmovty as we don't need it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a7fe334..3d4c4f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,6 @@ dnl Generate the output
AM_CONFIG_HEADER(config.h)
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.3.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.3.0)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.3.0)
dnl FIXME: We depend on libosmoabis by now until we can move LAPD code here
PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.0.7)