Diff between 927cc54f5825ba391a96d58014f754b01555db1a and 2d50e3938e2d191e50bfc216f5abdd9ac42dfe58

Changed Files

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

Full Patch

diff --git a/configure.ac b/configure.ac
index d0a4c2e..916c169 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