From 4f2bf0b0a64cada7c602235bb4b127b56cc0861f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 9 Sep 2024 08:54:10 +0200 Subject: [PATCH] build: Require at least version 0.69 when building with external ELL --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b462e0bc..71f0cc02 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.68" + ell_min_version="0.69" else ell_min_version="0.5" fi