mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Require Libgpg-error 1.27
* configure.ac (NEED_GPG_ERROR_VERSION): Require 1.27 * common/util.h: Remove compatibility macros. -- This is just a minor change to align with the need for Libgcrypt 1.8. The latter was first released in summer 2017 while Libgpg-error 1.27 was released earlier in spring that year. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
99ab3aed15
commit
fc01ae5071
2 changed files with 1 additions and 21 deletions
|
@ -54,7 +54,7 @@ AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org])
|
|||
# build-aux/speedo.mk and Makefile.am
|
||||
AC_DEFINE_UNQUOTED(GNUPG_SWDB_TAG, "gnupg22", [swdb tag for this branch])
|
||||
|
||||
NEED_GPG_ERROR_VERSION=1.25
|
||||
NEED_GPG_ERROR_VERSION=1.27
|
||||
|
||||
NEED_LIBGCRYPT_API=1
|
||||
NEED_LIBGCRYPT_VERSION=1.8.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue