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:
parent
7990f70107
commit
7e6d51aa6f
@ -923,7 +923,7 @@ AH_BOTTOM([
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Under Windows we use the gettext code from gpgrt. */
|
/* 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. */
|
/* Under WindowsCE we need gpg-error's strerror macro. */
|
||||||
#define GPG_ERR_ENABLE_ERRNO_MACROS 1
|
#define GPG_ERR_ENABLE_ERRNO_MACROS 1
|
||||||
|
Loading…
Reference in New Issue
Block a user