Diff between 7b9d2f3c763408bfe733c3bf70979a12938a448d and 04e18c0dcbc108843b4e53075c55b873e2afb786

Changed Files

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

Full Patch

diff --git a/configure.ac b/configure.ac
index 4186c37..54a609a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -301,7 +301,8 @@ if (test "${enable_external_ell}" = "yes"); then
 	AC_SUBST(ELL_CFLAGS)
 	AC_SUBST(ELL_LIBS)
 fi
-if (test "${enable_external_ell}" != "yes"); then
+if (test "${enable_external_ell}" != "yes" &&
+		(test "${enable_btpclient}" = "yes" || test "${enable_mesh}" = "yes")); then
 	if (test ! -f ${srcdir}/ell/ell.h) &&
 			(test ! -f ${srcdir}/../ell/ell/ell.h); then
 				AC_MSG_ERROR(ELL source is required or use --enable-external-ell)