aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-06-14 20:48:26 +0200
committerHarald Welte <laforge@gnumonks.org>2010-06-14 20:48:26 +0200
commiteabb142c709b8b1cdb64b97890d21c55f7842465 (patch)
treeb9c50280d93a0aa7bdd45f3faf1a6550633c2469 /openbsc/configure.in
parente824d9c2a117cdfa83fa9614810321cc976048a2 (diff)
require libosmocore 0.1.11 to make encryption compile
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 4e7097301..d2fd67a2f 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.10)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.11)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.1.9)
dnl checks for header files