aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-10-10 09:11:29 +0200
committerHarald Welte <laforge@gnumonks.org>2011-10-10 09:11:29 +0200
commita3199070e9690845072b1f644c54276fd82c3320 (patch)
tree3d0034f63c07219e687b10cf41dcd151c2cb052a
parenta62b247b02fecfed2cadf973fd912bb68fcb05c4 (diff)
require new libosmo-abis versionopenbsc/0.10.00.10.0
-rw-r--r--openbsc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index a8e29b4a6..81fbee0e6 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -46,7 +46,7 @@ AM_CONDITIONAL(BUILD_BSC, test "x$osmo_ac_build_bsc" = "xyes")
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.3.2)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.3.0)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.3.0)
-PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.0.2)
+PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.1.0)
dnl checks for header files
AC_HEADER_STDC