From 5a0d5de68957ed11407694cf1acee1ab1cb4be79 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 25 Mar 2020 10:19:16 +0100 Subject: [PATCH] build: Require at least version 0.29 when building with external ELL --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cf15dcaa..1eb35978 100644 --- a/configure.ac +++ b/configure.ac @@ -259,7 +259,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.28" + ell_min_version="0.29" else ell_min_version="0.5" fi