aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.ac
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-12 13:04:58 +0100
committerHarald Welte <laforge@gnumonks.org>2016-12-13 14:54:00 +0000
commit08586c68dba6c2ae0fb19e2c6e5a1269c7bf4a7c (patch)
tree5c2f43bb10ea5b2321f950154d7ad4d794855783 /openbsc/configure.ac
parentbd33f544441300ec8e9a16f6ebec2ba7a0cffebe (diff)
build: bump required libosmocore, libosmogsm to 0.9.4, for GSUP
GSUP was added to libosmocore in 0.9.4. We're using it here, so make up for a previously missing bump. (BTW: I'm pretty sure that other dependencies are also in dire need of a bump, but leaving that for another patch) Change-Id: I4f245a7d78d0889b37084c52478372bddb8289d6
Diffstat (limited to 'openbsc/configure.ac')
-rw-r--r--openbsc/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index 093d42f79..123048f1f 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -30,10 +30,10 @@ AC_SEARCH_LIBS([dlopen], [dl dld], [LIBRARY_DL="$LIBS";LIBS=""])
AC_SUBST(LIBRARY_DL)
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.6.4)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.9.4)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.3.0)
PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.7.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.9.4)
PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.2.0)
PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 0.6.4)
PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.0.1)