From 24cb11dfd40a0b0b7d92c609947c6e5af1dd4598 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 29 Mar 2021 14:35:33 +0200 Subject: [PATCH] build: Require at least version 0.39 when building with external ELL --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a56f940e..826ac689 100644 --- a/configure.ac +++ b/configure.ac @@ -262,7 +262,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.38" + ell_min_version="0.39" else ell_min_version="0.5" fi