aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-05 10:55:28 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-05 10:55:28 +0800
commit952db280bd3d8a01a3539ca983dd77d558d0fad9 (patch)
treeb33e824828ec18be6c374c487a0125d7ef98ba10 /openbsc
parent6f3850fcac2e3edcf18820b6e6a55cd561d24483 (diff)
configure.in: Require 0.1.13 of libosmocore...
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index 9a77e2af9..f2cb3e42d 100644
--- a/openbsc/configure.in
+++ b/openbsc/configure.in
@@ -22,7 +22,7 @@ AC_SEARCH_LIBS(gtp_new, gtp,
AM_CONDITIONAL(HAVE_LIBGTP, test "x$GPRS_LIBGTP" != "x")
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.12)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.13)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.1.9)
dnl checks for header files