diff options
author | NIIBE Yutaka <[email protected]> | 2025-07-17 01:20:51 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2025-07-17 01:20:51 +0000 |
commit | b8b8afc5cf6f93eca6bcd14967572a1d25ca36c4 (patch) | |
tree | 8916c5093e0ca4768bb1522957dbc1dc5b5d2cc2 | |
parent | agent: Fix for smartcard decryption returning x-coordinate only. (diff) | |
download | gnupg-b8b8afc5cf6f93eca6bcd14967572a1d25ca36c4.tar.gz gnupg-b8b8afc5cf6f93eca6bcd14967572a1d25ca36c4.zip |
build: Require libgpg-error 1.56 or newer.
* configure.ac (NEED_GPGRT_VERSION): Require >= 1.56.
--
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |