From 126883ae797571695e4f5eb4733dfc2588de7f75 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 21 Apr 2022 16:55:52 +0200 Subject: [PATCH] build: Require at least version 0.50 when building with external ELL --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 262f6048..73ffd7ea 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.49" + ell_min_version="0.50" else ell_min_version="0.5" fi