pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-abis/+/28467 )
Change subject: configure.ac: Set libosmo-e1d dependency version ......................................................................
configure.ac: Set libosmo-e1d dependency version
Change-Id: I2c6e50f73090a2134485d68a189036bc0aa00266 --- M configure.ac 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/67/28467/1
diff --git a/configure.ac b/configure.ac index 46ff48c..1c2988d 100644 --- a/configure.ac +++ b/configure.ac @@ -95,7 +95,7 @@ ENABLE_E1D="no" ]) AS_IF([test "x$ENABLE_E1D" = "xyes"], [ - PKG_CHECK_MODULES(LIBOSMOE1D, libosmo-e1d) + PKG_CHECK_MODULES(LIBOSMOE1D, libosmo-e1d >= 0.4.0) ]) AM_CONDITIONAL(ENABLE_E1D, test "x$ENABLE_E1D" = "xyes") AC_SUBST(ENABLE_E1D)