Diff between 61745d2bb8b5f534278db49faf8e2cdb7e894529 and 8f43d5b9a71b04dac5019e53d33a7b1cb4afb275

Changed Files

File Additions Deletions Status
configure.ac +2 -2 modified

Full Patch

diff --git a/configure.ac b/configure.ac
index 6f4096c..a217b1d 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