mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02: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
2 changed files with 2 additions and 6 deletions
|
@ -39,10 +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
|
||||
|
||||
#ifndef EXTERN_UNLESS_MAIN_MODULE
|
||||
# if !defined (INCLUDED_BY_MAIN_MODULE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue