From 0c3de62880ce80f692f9aaeb0b79fb733da8b376 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 11 May 2019 21:14:57 +0200 Subject: [PATCH] build: Require at least version 0.20 when building with external ELL --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 42eba9a1..4e863fed 100644 --- a/configure.ac +++ b/configure.ac @@ -233,7 +233,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.18" + ell_min_version="0.20" else ell_min_version="0.5" fi