configure.ac: Set libosmo-e1d dependency version

Change-Id: I2c6e50f73090a2134485d68a189036bc0aa00266
This commit is contained in:
Pau Espin 2022-06-29 12:15:31 +02:00
parent 59a0c91904
commit 8933b8f7cd
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ AC_ARG_ENABLE([e1d],
ENABLE_E1D="no" ENABLE_E1D="no"
]) ])
AS_IF([test "x$ENABLE_E1D" = "xyes"], [ 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") AM_CONDITIONAL(ENABLE_E1D, test "x$ENABLE_E1D" = "xyes")
AC_SUBST(ENABLE_E1D) AC_SUBST(ENABLE_E1D)