aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-06-01 12:04:03 +0200
committerHarald Welte <laforge@gnumonks.org>2010-06-01 12:04:03 +0200
commit84488245e6210abb25b4c8eefec8712d8e02d513 (patch)
treeccd7a3c4e5ae4e7746765ef888186f5c213c2027 /openbsc/configure.in
parent807a5d8264cd18cb2978145944e12017db43e135 (diff)
We now need libosmocore-0.1.10 due to gprs_tmsi2tlli()
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 2183d98b4..4e7097301 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.6)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.10)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.1.9)
dnl checks for header files