mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-30 16:17:02 +01:00
build: Require libgpg-error 1.38
-- Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
ee911df979
commit
ccdf988b40
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user