From ab4fa30c7eb4535b613051d2db543bf61a86b372 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 10 Feb 2025 23:57:46 +0100 Subject: [PATCH] build: Require at least version 0.72 when building with external ELL --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cad78847..38669875 100644 --- a/configure.ac +++ b/configure.ac @@ -300,7 +300,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.69" + ell_min_version="0.72" else ell_min_version="0.5" fi