diff options
Diffstat (limited to '')
| -rw-r--r-- | gpgme/ChangeLog | 5 | ||||
| -rw-r--r-- | gpgme/gpgme-config.in | 4 | 
2 files changed, 9 insertions, 0 deletions
| diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index 20c5d0a3..b446e6a5 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,3 +1,8 @@ +2006-03-06  Marcus Brinkmann  <[email protected]> + +	* gpgme-config.in (cflags_pth): Revert accidential removal of +	pthread support with last change. +  2006-02-28  Marcus Brinkmann  <[email protected]>  	* w32-glib-io.c (O_BINARY) [!O_BINARY]: New macro. diff --git a/gpgme/gpgme-config.in b/gpgme/gpgme-config.in index 5310b53b..4415fed4 100644 --- a/gpgme/gpgme-config.in +++ b/gpgme/gpgme-config.in @@ -25,6 +25,10 @@ thread_modules=""  libs_pth="@PTH_LDFLAGS@ @PTH_LIBS@"  cflags_pth="@PTH_CFLAGS@" +@HAVE_PTHREAD_TRUE@thread_modules="$thread_modules pthread" +libs_pthread="-lpthread" +cflags_pthread="" +  # Configure glib.  libs_glib="@GLIB_LIBS@"  cflags_glib="@GLIB_CFLAGS@" | 
