summaryrefslogtreecommitdiff
path: root/modules/thrd
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-06-21 03:41:35 +0200
committerBruno Haible <bruno@clisp.org>2019-06-21 03:41:35 +0200
commitb6293339816d7df16bb4d31d2ec1c1e5a79f976e (patch)
treea3bebe69fcdf7639119632d2b861e1d22e5a5142 /modules/thrd
parent9e6e4c0336c9d03b109bcdb11f287eddcf376a87 (diff)
downloadgnulib-b6293339816d7df16bb4d31d2ec1c1e5a79f976e.tar.gz
threads-h: Simplify link dependencies.
* m4/threads.m4 (gl_THREADS_H): Bail out if Pth threading is requested. Don't set LTLIBSTDTHREAD. * modules/thrd (Link): Simplify accordingly. * modules/mtx (Link): Likewise. * modules/cnd (Link): Likewise. * modules/tss (Link): Likewise. * modules/threads (Link): Likewise.
Diffstat (limited to 'modules/thrd')
-rw-r--r--modules/thrd2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/thrd b/modules/thrd
index 3fd606305d..388e0ea33b 100644
--- a/modules/thrd
+++ b/modules/thrd
@@ -24,7 +24,7 @@ Include:
<threads.h>
Link:
-$(LTLIBSTDTHREAD) when linking with libtool, $(LIBSTDTHREAD) otherwise
+$(LIBSTDTHREAD)
License:
LGPLv2+