From b8b8afc5cf6f93eca6bcd14967572a1d25ca36c4 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Thu, 17 Jul 2025 10:20:51 +0900 Subject: build: Require libgpg-error 1.56 or newer. * configure.ac (NEED_GPGRT_VERSION): Require >= 1.56. -- Signed-off-by: NIIBE Yutaka --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8eeb98204..e654d4ddd 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org]) # As well as the source info for the man pages. AC_DEFINE_UNQUOTED(GNUPG_SWDB_TAG, "gnupg26", [swdb tag for this branch]) -NEED_GPGRT_VERSION=1.51 +NEED_GPGRT_VERSION=1.56 NEED_LIBGCRYPT_API=1 NEED_LIBGCRYPT_VERSION=1.11.0 -- cgit v1.2.3