From 9757afecab09a88acc59675f22db6f78b4b5dfe4 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 30 Oct 2019 10:34:43 +0100 Subject: [PATCH] build: Require at least version 0.26 when building with external ELL --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e54e5ea5..88703af7 100644 --- a/configure.ac +++ b/configure.ac @@ -258,7 +258,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.25" + ell_min_version="0.26" else ell_min_version="0.5" fi