From 2d50e3938e2d191e50bfc216f5abdd9ac42dfe58 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 31 Oct 2019 07:35:28 +0100 Subject: build: Require at least version 0.26 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 d0a4c2edd..916c16977 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.14, dummy=yes, - AC_MSG_ERROR(Embedded Linux library >= 0.14 is required)) + PKG_CHECK_MODULES(ELL, ell >= 0.26, dummy=yes, + AC_MSG_ERROR(Embedded Linux library >= 0.26 is required)) AC_SUBST(ELL_CFLAGS) AC_SUBST(ELL_LIBS) fi -- cgit v1.2.1