diff options
author | Werner Koch <[email protected]> | 2010-08-19 13:38:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-08-19 13:38:37 +0000 |
commit | be9c4748d0dee529ebc1630a217d2bce7743b443 (patch) | |
tree | 6ae9a0ffc55ff5cc504a420daea41825c4afc06e | |
parent | Add component pinentry as an easy way to figure out the default (diff) | |
download | gnupg-be9c4748d0dee529ebc1630a217d2bce7743b443.tar.gz gnupg-be9c4748d0dee529ebc1630a217d2bce7743b443.zip |
Prepare for gpg-error change
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7c16271d4..17ca28052 100644 --- a/configure.ac +++ b/configure.ac @@ -483,6 +483,9 @@ AH_BOTTOM([ /* Under Windows we use the gettext code from libgpg-error. */ #define GPG_ERR_ENABLE_GETTEXT_MACROS +/* Under WindowsCE we use the strerror replacement from libgpg-error. */ +#define GPG_ERR_ENABLE_ERRNO_MACROS + #endif /*GNUPG_CONFIG_H_INCLUDED*/ ]) |