diff options
author | Marcus Brinkmann <[email protected]> | 2010-05-06 14:49:43 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2010-05-06 14:49:43 +0000 |
commit | 8203ccefe4474d6a1d7869226fb4a47076b5e9d6 (patch) | |
tree | f184528bd65c11794b6e0f8983917244020f4a86 /ChangeLog | |
parent | 2010-05-06 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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]> |