Fix definition of GPG_ERR_ENABLE_GETTEXT_MACROS

* configure.ac: Add missing value.

--
Otherwise it would not be included in config.h
This commit is contained in:
Andre Heinecke 2023-06-13 12:45:08 +02:00
parent 7990f70107
commit 7e6d51aa6f
No known key found for this signature in database
GPG Key ID: 2978E9D40CBABA5C

View File

@ -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