diff options
author | Werner Koch <[email protected]> | 2020-02-19 19:42:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-02-19 19:42:02 +0000 |
commit | ccdf988b406d430da7fb6035e6d8d09380bd60b0 (patch) | |
tree | 9d9da35db1f1640f6e392636f002c8428d3e4be9 /configure.ac | |
parent | card: New option --info for command list and select by s/n. (diff) | |
download | gnupg-ccdf988b406d430da7fb6035e6d8d09380bd60b0.tar.gz gnupg-ccdf988b406d430da7fb6035e6d8d09380bd60b0.zip |
build: Require libgpg-error 1.38
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 52a5f6811..5fcbcd7e4 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org]) # build-aux/speedo.mk and Makefile.am AC_DEFINE_UNQUOTED(GNUPG_SWDB_TAG, "gnupg24", [swdb tag for this branch]) -NEED_GPG_ERROR_VERSION=1.37 +NEED_GPG_ERROR_VERSION=1.38 NEED_LIBGCRYPT_API=1 NEED_LIBGCRYPT_VERSION=1.8.0 |