diff options
author | Werner Koch <[email protected]> | 2013-02-25 12:40:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-03-05 10:00:46 +0000 |
commit | 5bac5040dc93343e1e89916b263390b0e52040bf (patch) | |
tree | 45e8d32b8928c684d8a974d706cacf2045500369 /configure.ac | |
parent | agent: pksign result conversion to sexp to upper layer. (diff) | |
download | gnupg-5bac5040dc93343e1e89916b263390b0e52040bf.tar.gz gnupg-5bac5040dc93343e1e89916b263390b0e52040bf.zip |
Require libgpg-error 1.11.
* configure.ac: Require libgpg-error 1.11.
* common/util.h (GPG_ERR_NO_KEYSERVER, GPG_ERR_INV_CURVE)
(GPG_ERR_UNKNOWN_CURVE): Remove fallback definitions.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cf5ab3fa6..353546a09 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ m4_define([mym4_full_version],[mym4_version[]mym4_betastring]) AC_INIT([gnupg],[mym4_full_version], [http://bugs.gnupg.org]) -NEED_GPG_ERROR_VERSION=1.10 +NEED_GPG_ERROR_VERSION=1.11 NEED_LIBGCRYPT_API=1 NEED_LIBGCRYPT_VERSION=1.5.0 |