From 8f43d5b9a71b04dac5019e53d33a7b1cb4afb275 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 22 Feb 2021 18:50:01 +0100 Subject: build: Require at least version 0.37 when building with external ELL --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6f4096c88..a217b1d5a 100644 --- a/configure.ac +++ b/configure.ac @@ -265,8 +265,8 @@ AC_ARG_ENABLE([external_ell], AC_HELP_STRING([--enable-external-ell], [enable external Embedded Linux library]), [enable_external_ell=${enableval}]) if (test "${enable_external_ell}" = "yes"); then - PKG_CHECK_MODULES(ELL, ell >= 0.28, dummy=yes, - AC_MSG_ERROR(Embedded Linux library >= 0.28 is required)) + PKG_CHECK_MODULES(ELL, ell >= 0.37, dummy=yes, + AC_MSG_ERROR(Embedded Linux library >= 0.37 is required)) AC_SUBST(ELL_CFLAGS) AC_SUBST(ELL_LIBS) fi -- cgit v1.2.1