aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-31 16:04:12 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-31 16:04:12 +0200
commit14ce8a0fa4463c9c6bc50143f2ce9b33510fde1d (patch)
tree939b520b6b7d574ae29776348f9a9662ac42fecd /openbsc/configure.in
parentf5b4ba367c27d3e573f917dcf2954035aba3d517 (diff)
VTY: libosmocore >= 0.1.9 doesn't define BSC specific VTY nodes anymore
Diffstat (limited to 'openbsc/configure.in')
-rw-r--r--openbsc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index 552f4f0c1..2183d98b4 100644
--- a/openbsc/configure.in
+++ b/openbsc/configure.in
@@ -23,7 +23,7 @@ AC_SEARCH_LIBS(gtp_new, gtp,
AM_CONDITIONAL(HAVE_LIBGTP, test "x$GPRS_LIBGTP" != "x")
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.6)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.1.6)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.1.9)
dnl checks for header files
AC_HEADER_STDC