aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-02-23 20:47:55 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-02-23 20:47:57 +0100
commit13c2153c94c97631a60d0fc7c44bc7c60f1d0d9a (patch)
tree935bf72ef5572f6c226da345bdc7103cc0c0c631
parent59764b6f3e39ff8d642b2c2a75e2b61f103c77e7 (diff)
configure.ac: Depend on newer libosmo-ranap
I forgot to ammend the release previous release commit with this. Change-Id: I8dbbd63fdbd35f5f90f20dcd7e710078f2d9e12a
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index db7507ae2..1207171af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,7 +109,7 @@ AC_ARG_ENABLE([iu], [AS_HELP_STRING([--enable-iu], [Build 3G support, aka IuPS a
[osmo_ac_iu="$enableval"],[osmo_ac_iu="no"])
if test "x$osmo_ac_iu" = "xyes" ; then
PKG_CHECK_MODULES(LIBASN1C, libasn1c >= 0.9.30)
- PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 0.3.0)
+ PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 0.7.0)
AC_DEFINE(BUILD_IU, 1, [Define if we want to build IuPS and IuCS interfaces support])
fi
AM_CONDITIONAL(BUILD_IU, test "x$osmo_ac_iu" = "xyes")