Change for gpg-error change.

This commit is contained in:
Werner Koch 2010-08-19 13:41:05 +00:00
parent 15a3f59481
commit a8cf3688ed
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-08-19 Werner Koch <wk@g10code.com>
* configure.ac (AH_BOTTOM): Define GPG_ERR_ENABLE_ERRNO_MACROS.
2010-05-12 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Check for setlocale.

View File

@ -858,6 +858,9 @@ AH_BOTTOM([
#else
# define GPGME_GCC_A_PURE
#endif
/* Under WindowsCE we need gpg-error's strerror macro. */
#define GPG_ERR_ENABLE_ERRNO_MACROS 1
])