diff options
Diffstat (limited to '')
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.ac | 3 | 
2 files changed, 7 insertions, 0 deletions
| @@ -1,3 +1,7 @@ +2010-08-19  Werner Koch  <[email protected]> + +	* configure.ac (AH_BOTTOM): Define GPG_ERR_ENABLE_ERRNO_MACROS. +  2010-05-12  Marcus Brinkmann  <[email protected]>  	* configure.ac: Check for setlocale. diff --git a/configure.ac b/configure.ac index cb22e523..8f4c77b4 100644 --- a/configure.ac +++ b/configure.ac @@ -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  ]) | 
