projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15a3f59
)
Change for gpg-error change.
author
Werner Koch
<wk@gnupg.org>
Thu, 19 Aug 2010 13:41:05 +0000
(13:41 +0000)
committer
Werner Koch
<wk@gnupg.org>
Thu, 19 Aug 2010 13:41:05 +0000
(13:41 +0000)
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 95a6b793c1c86ebe924e0ff246121bc1911e78d4..63ce5abd784ca632d3af5cac58fdd2aef5816af2 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-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.
diff --git
a/configure.ac
b/configure.ac
index cb22e52345e07561068a599773a1b9ca39d93d83..8f4c77b4cfb586b99f6ad7b63e5e81b3d2443f4c 100644
(file)
--- 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
])