From ac7af81866303d125a22d5d2bdb0c8529809e6c7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 11 Oct 2019 01:59:01 +0200 Subject: [PATCH] build: Require at least version 0.24 when building with external ELL --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c186424a..3791e835 100644 --- a/configure.ac +++ b/configure.ac @@ -244,7 +244,7 @@ if (test "${enable_external_ell}" = "yes"); then test "${enable_monitor}" != "no" || test "${enable_wired}" = "yes" || test "${enable_hwsim}" = "yes"); then - ell_min_version="0.22" + ell_min_version="0.24" else ell_min_version="0.5" fi