From 546dea11b620925c4e6fbc1517f6947221f9be2b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 29 Mar 2024 00:03:13 +0100 Subject: [PATCH] build: Require at least version 0.64 when building with external ELL --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 23bf806b..30f5b4c0 100644 --- a/configure.ac +++ b/configure.ac @@ -297,7 +297,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.63" + ell_min_version="0.64" else ell_min_version="0.5" fi