aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2010-05-06 14:49:43 +0000
committerMarcus Brinkmann <[email protected]>2010-05-06 14:49:43 +0000
commit8203ccefe4474d6a1d7869226fb4a47076b5e9d6 (patch)
treef184528bd65c11794b6e0f8983917244020f4a86 /ChangeLog
parent2010-05-06 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-8203ccefe4474d6a1d7869226fb4a47076b5e9d6.tar.gz
gpgme-8203ccefe4474d6a1d7869226fb4a47076b5e9d6.zip
2010-05-06 Marcus Brinkmann <[email protected]>
* configure.ac: Detect Windows CE. (HAVE_W32CE_SYSTEM): New symbol and automake conditional. * ltmain.sh, m4/libtool.m4: Patch so that it works for Windows CE.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 834abceb..38e126f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-05-06 Marcus Brinkmann <[email protected]>
+ * configure.ac: Detect Windows CE.
+ (HAVE_W32CE_SYSTEM): New symbol and automake conditional.
+ * ltmain.sh, m4/libtool.m4: Patch so that it works for Windows CE.
+
* configure.ac: Require libgpg-error 1.8.
2010-03-15 Werner Koch <[email protected]>