aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.ac
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-15 13:29:06 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-15 13:29:25 +0200
commit8c90f47b099925951459aac71fd832b634693dac (patch)
treedd7ba2a6608568afb8917ac4afb61ab1b66647df /openbsc/configure.ac
parent7634ec1de178f8bf0459973b0e863a6dc9949762 (diff)
misc: Require libosmocore 0.6.4 and libosmogb 0.6.4
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 ddd15e3df..5c077ee39 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -19,11 +19,11 @@ dnl checks for libraries
AC_SEARCH_LIBS(crypt, crypt,
[LIBCRYPT="-lcrypt"; AC_DEFINE([VTY_CRYPT_PW], [], [Use crypt functionality of vty.])])
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.5.3.60)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.6.4)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.3.0)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.6.0)
PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.1.0)
-PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 0.5.2)
+PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 0.6.4)
# Enabke/disable the NAT?
AC_ARG_ENABLE([nat], [AS_HELP_STRING([--enable-nat], [Build the BSC NAT. Requires SCCP])],