From d800a11512753ac7d24555862963e23b1516148a Mon Sep 17 00:00:00 2001 From: Brian Gix Date: Thu, 22 Nov 2018 11:37:32 -0800 Subject: mesh: Up-rev ELL dependancies to >= 0.14 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ec810fcf4..ee4199f4d 100644 --- a/configure.ac +++ b/configure.ac @@ -249,8 +249,8 @@ AC_ARG_ENABLE(btpclient, AC_HELP_STRING([--enable-btpclient], AM_CONDITIONAL(BTPCLIENT, test "${enable_btpclient}" = "yes") if (test "${enable_btpclient}" = "yes" || test "${enable_mesh}" = "yes"); then - PKG_CHECK_MODULES(ELL, ell >= 0.3, enable_ell=yes, - AC_MSG_ERROR(ell library >= 0.3 is required)) + PKG_CHECK_MODULES(ELL, ell >= 0.14, enable_ell=yes, + AC_MSG_ERROR(ell library >= 0.14 is required)) AC_SUBST(ELL_CFLAGS) AC_SUBST(ELL_LIBS) fi -- cgit v1.2.1