mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-07 17:33:02 +01:00
common: Update requisites
* configure.ac: Require libgpg-error 1.38 and libksba 1.4.0 * common/util.h: Remove error number substitutes. -- These versions were already needed for a successful compilation, but it was not reflected by configure. GnuPG-bug-id: 6974 Signed-off-by: Ángel González <angel@pgp.16bits.net> util.h patch by wk.
This commit is contained in:
parent
cbe0956df0
commit
3d46eb6cf7
@ -39,10 +39,6 @@
|
|||||||
* libgpg-error version. Define them here.
|
* libgpg-error version. Define them here.
|
||||||
* Example: (#if GPG_ERROR_VERSION_NUMBER < 0x011500 // 1.21)
|
* 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
|
|
||||||
|
|
||||||
#ifndef EXTERN_UNLESS_MAIN_MODULE
|
#ifndef EXTERN_UNLESS_MAIN_MODULE
|
||||||
# if !defined (INCLUDED_BY_MAIN_MODULE)
|
# if !defined (INCLUDED_BY_MAIN_MODULE)
|
||||||
|
@ -54,7 +54,7 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org])
|
|||||||
# build-aux/speedo.mk and Makefile.am
|
# build-aux/speedo.mk and Makefile.am
|
||||||
AC_DEFINE_UNQUOTED(GNUPG_SWDB_TAG, "gnupg22", [swdb tag for this branch])
|
AC_DEFINE_UNQUOTED(GNUPG_SWDB_TAG, "gnupg22", [swdb tag for this branch])
|
||||||
|
|
||||||
NEED_GPG_ERROR_VERSION=1.27
|
NEED_GPG_ERROR_VERSION=1.38
|
||||||
|
|
||||||
NEED_LIBGCRYPT_API=1
|
NEED_LIBGCRYPT_API=1
|
||||||
NEED_LIBGCRYPT_VERSION=1.8.0
|
NEED_LIBGCRYPT_VERSION=1.8.0
|
||||||
@ -63,7 +63,7 @@ NEED_LIBASSUAN_API=2
|
|||||||
NEED_LIBASSUAN_VERSION=2.5.0
|
NEED_LIBASSUAN_VERSION=2.5.0
|
||||||
|
|
||||||
NEED_KSBA_API=1
|
NEED_KSBA_API=1
|
||||||
NEED_KSBA_VERSION=1.3.5
|
NEED_KSBA_VERSION=1.4.0
|
||||||
|
|
||||||
NEED_NTBTLS_API=1
|
NEED_NTBTLS_API=1
|
||||||
NEED_NTBTLS_VERSION=0.2.0
|
NEED_NTBTLS_VERSION=0.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user