From a59a9c00fb8b3dc778e7558a2fe96509ad4ef978 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 23 Jan 2023 19:34:43 +0100 Subject: [PATCH] build: Require at least version 0.56 when building with external ELL --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index db3bd834..185514f6 100644 --- a/configure.ac +++ b/configure.ac @@ -263,7 +263,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.55" + ell_min_version="0.56" else ell_min_version="0.5" fi