aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-25 11:54:31 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-25 17:30:48 +0100
commit867d69bbcb593bc475fe8c28cd5c9a7f630422c0 (patch)
treeb4a7fb49ad1c6f39b4c2052225c47dc00752dd14 /openbsc/configure.in
parentec1921dfa36f9e6a6f75ca1a85331cfc4c69759e (diff)
configure: Require a new libosmovty due to the syslog/logging changes
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 ff6a466b1..50f7dbc38 100644
--- a/openbsc/configure.in
+++ b/openbsc/configure.in
@@ -44,7 +44,7 @@ AC_ARG_ENABLE([osmo-bsc], [AS_HELP_STRING([--enable-osmo-bsc], [Build the Osmo B
AM_CONDITIONAL(BUILD_BSC, test "x$osmo_ac_build_bsc" = "xyes")
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.27)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.1.19)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.1.28)
dnl checks for header files
AC_HEADER_STDC