aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-11-19 18:36:14 +0100
committerMarcel Holtmann <marcel@holtmann.org>2023-11-19 18:36:14 +0100
commitca0806438b0355bd5f27212c8085fa5f637ce973 (patch)
tree5afb77f1ba51cb589f432001c7cbd0ecf3b2eab8
parentaaaa3d18006c44f3298ccaa33991b7ecdb5df3b3 (diff)
build: Require at least version 0.60 when building with external ELL
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c19bdaf4f..c4d86c333 100644
--- a/configure.ac
+++ b/configure.ac
@@ -297,7 +297,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.58"
+ ell_min_version="0.60"
else
ell_min_version="0.5"
fi