From 5651117f8692569bf1133a16701c1c2c0691846d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 2 Nov 2021 15:53:51 +0100 Subject: [PATCH] build: Require at least version 0.45 when building with external ELL --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 51d9da93..10e49711 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.44" + ell_min_version="0.45" else ell_min_version="0.5" fi