aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2020-02-19 19:42:02 +0000
committerWerner Koch <[email protected]>2020-02-19 19:42:02 +0000
commitccdf988b406d430da7fb6035e6d8d09380bd60b0 (patch)
tree9d9da35db1f1640f6e392636f002c8428d3e4be9
parentcard: New option --info for command list and select by s/n. (diff)
downloadgnupg-ccdf988b406d430da7fb6035e6d8d09380bd60b0.tar.gz
gnupg-ccdf988b406d430da7fb6035e6d8d09380bd60b0.zip
build: Require libgpg-error 1.38
-- Signed-off-by: Werner Koch <[email protected]>
-rw-r--r--common/util.h8
-rw-r--r--configure.ac2
2 files changed, 1 insertions, 9 deletions
diff --git a/common/util.h b/common/util.h
index 64d6c1627..756f32c03 100644
--- a/common/util.h
+++ b/common/util.h
@@ -39,14 +39,6 @@
* libgpg-error version. Define them here.
* Example: (#if GPG_ERROR_VERSION_NUMBER < 0x011500 // 1.21)
*/
-#if GPG_ERROR_VERSION_NUMBER < 0x012400 /* 1.36 */
-#define GPG_ERR_NO_AUTH 314
-#define GPG_ERR_BAD_AUTH 315
-#endif /*GPG_ERROR_VERSION_NUMBER*/
-#if GPG_ERROR_VERSION_NUMBER < 0x012500 /* 1.37 */
-#define GPG_ERR_NO_KEYBOXD 316
-#define GPG_ERR_KEYBOXD 317
-#endif /*GPG_ERROR_VERSION_NUMBER*/
#ifndef EXTERN_UNLESS_MAIN_MODULE
# if !defined (INCLUDED_BY_MAIN_MODULE)
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