aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2006-03-06 10:33:57 +0000
committerMarcus Brinkmann <[email protected]>2006-03-06 10:33:57 +0000
commitb3755b31b1c67f4bc80f4acb2b3f679258c335b6 (patch)
treebf03cb58b1bf1cfcc40464683e080406fd5712bf
parentPost-release tweaks. (diff)
downloadgpgme-b3755b31b1c67f4bc80f4acb2b3f679258c335b6.tar.gz
gpgme-b3755b31b1c67f4bc80f4acb2b3f679258c335b6.zip
2006-03-06 Marcus Brinkmann <[email protected]>
* gpgme-config.in (cflags_pth): Revert accidential removal of pthread support with last change.
-rw-r--r--gpgme/ChangeLog5
-rw-r--r--gpgme/gpgme-config.in4
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@"