aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-06-02 20:43:04 +0000
committerMarcus Brinkmann <[email protected]>2002-06-02 20:43:04 +0000
commitb024a61d89777a83908fbdd4111f7f40f3912b4d (patch)
treea06cf8ba223cba6de3494da89f1eeaeb9fb17046 /ChangeLog
parent2002-06-02 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-b024a61d89777a83908fbdd4111f7f40f3912b4d.tar.gz
gpgme-b024a61d89777a83908fbdd4111f7f40f3912b4d.zip
2002-06-02 Marcus Brinkmann <[email protected]>
* acinclude.m4: Fix Pth check so that it doesn't error out if pth is not found. gpgme/ 2002-06-02 Marcus Brinkmann <[email protected]> * ath.h: Enable the _gpgme_ prefix. Fix all those prefix macros. * posix-sema.c: Use that prefix here. * posix-io.c: Include "ath.h". (_gpgme_io_read): Use _gpgme_ath_read instead read. (_gpgme_io_write): Use _gpgme_ath_write instead write. (_gpgme_io_waitpid): Use _gpgme_ath_waitpid instead waitpid. (_gpgme_io_select): Use _gpgme_ath_select instead select.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 092e0c25..c515e545 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2002-06-02 Marcus Brinkmann <[email protected]>
+ * acinclude.m4: Fix Pth check so that it doesn't error out if pth
+ is not found.
+
+2002-06-02 Marcus Brinkmann <[email protected]>
+
* configure.ac: Add checks for Pth and pthreads.
* acinclude.m4: Add slightly hacked check for pth (seems to be an
autoconf version problem).