aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-30 18:53:47 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-30 18:56:07 +0800
commit12eb9b7bd965f4e35da7ae7868fb9579fabc7a0f (patch)
tree4541b9e15c9ee2b189de3546b38b5f21d6ace9bf /openbsc/configure.in
parent841c2000d334a207e8d972fed516c62674b72d02 (diff)
gsm_04_80: Require libosmocore for creating USSD messages
Use the libosmocore to create USSD messages, increase the minimum version of libosmocore, add header files, remove the code.
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 6adee335c..7f2355f0d 100644
--- a/openbsc/configure.in
+++ b/openbsc/configure.in
@@ -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.1.18)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.22)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.1.19)
dnl checks for header files