From 7de53c2633eea9063a65e4d3b46138901ef3e7f9 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 25 Feb 2021 15:48:34 +0100 Subject: [PATCH] build: Require sqlite 3.27 -- Requiring 3.28 had the problem that for example Debin distributes a 3.27 with backported fixes. There is no 3.28. So we relax this again. Fixes-commit: d763548f2e00726a40ec886c8179c07bf4e6e664 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2c1db3bc6..9be4d472e 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,7 @@ NEED_NPTH_VERSION=1.2 NEED_GNUTLS_VERSION=3.0 -NEED_SQLITE_VERSION=3.28 +NEED_SQLITE_VERSION=3.27 development_version=mym4_isbeta PACKAGE=$PACKAGE_NAME