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:
parent
2725bbebd3
commit
b3755b31b1
@ -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>
|
2006-02-28 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* w32-glib-io.c (O_BINARY) [!O_BINARY]: New macro.
|
* w32-glib-io.c (O_BINARY) [!O_BINARY]: New macro.
|
||||||
|
@ -25,6 +25,10 @@ thread_modules=""
|
|||||||
libs_pth="@PTH_LDFLAGS@ @PTH_LIBS@"
|
libs_pth="@PTH_LDFLAGS@ @PTH_LIBS@"
|
||||||
cflags_pth="@PTH_CFLAGS@"
|
cflags_pth="@PTH_CFLAGS@"
|
||||||
|
|
||||||
|
@HAVE_PTHREAD_TRUE@thread_modules="$thread_modules pthread"
|
||||||
|
libs_pthread="-lpthread"
|
||||||
|
cflags_pthread=""
|
||||||
|
|
||||||
# Configure glib.
|
# Configure glib.
|
||||||
libs_glib="@GLIB_LIBS@"
|
libs_glib="@GLIB_LIBS@"
|
||||||
cflags_glib="@GLIB_CFLAGS@"
|
cflags_glib="@GLIB_CFLAGS@"
|
||||||
|
Loading…
Reference in New Issue
Block a user