aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-06-26 14:48:11 +0200
committerHarald Welte <laforge@gnumonks.org>2011-06-26 14:54:55 +0200
commitc90499bb28d77525c4eb45fdce3ddea3f17d483b (patch)
tree37fcfb57b0422635aedf2e4f35e2b41c5c16f359 /openbsc/configure.ac
parent1cf43ece122c8f004335661a2de7e43c23c9720a (diff)
move gsm0502_calc_paging_group() to libosmocore
Diffstat (limited to 'openbsc/configure.ac')
-rw-r--r--openbsc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index 74b30448c..59516187d 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -43,7 +43,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.3.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.3.2)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.3.0)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.3.0)