diff options
author | Andre Heinecke <[email protected]> | 2023-06-13 10:45:08 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2023-06-13 10:45:08 +0000 |
commit | 7e6d51aa6fc97bed12486540167e9b710c9a3378 (patch) | |
tree | e8197f82c2b776d29627da9a97a501706a6122da | |
parent | doc,cpp: Treat GPG_ERR_FULLY_CANCELED as canceled (diff) | |
download | gpgme-7e6d51aa6fc97bed12486540167e9b710c9a3378.tar.gz gpgme-7e6d51aa6fc97bed12486540167e9b710c9a3378.zip |
Fix definition of GPG_ERR_ENABLE_GETTEXT_MACROS
* configure.ac: Add missing value.
--
Otherwise it would not be included in config.h
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5db75ad1..1f91af3b 100644 --- a/configure.ac +++ b/configure.ac @@ -923,7 +923,7 @@ AH_BOTTOM([ #endif /* Under Windows we use the gettext code from gpgrt. */ -#define GPG_ERR_ENABLE_GETTEXT_MACROS +#define GPG_ERR_ENABLE_GETTEXT_MACROS 1 /* Under WindowsCE we need gpg-error's strerror macro. */ #define GPG_ERR_ENABLE_ERRNO_MACROS 1 |