2006-03-06 Marcus Brinkmann <marcus@g10code.de>

* gpgme-config.in (cflags_pth): Revert accidential removal of
	pthread support with last change.
This commit is contained in:
Marcus Brinkmann 2006-03-06 10:33:57 +00:00
parent 2725bbebd3
commit b3755b31b1
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-03-06 Marcus Brinkmann <marcus@g10code.de>
* gpgme-config.in (cflags_pth): Revert accidential removal of
pthread support with last change.
2006-02-28 Marcus Brinkmann <marcus@g10code.de>
* w32-glib-io.c (O_BINARY) [!O_BINARY]: New macro.

View File

@ -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@"