summaryrefslogtreecommitdiff
path: root/modules/tss
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/tss
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/tss')
-rw-r--r--modules/tss2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tss b/modules/tss
index 4a28200d52..d751724842 100644
--- a/modules/tss
+++ b/modules/tss
@@ -21,7 +21,7 @@ Include:
<threads.h>
Link:
-$(LTLIBSTDTHREAD) when linking with libtool, $(LIBSTDTHREAD) otherwise
+$(LIBSTDTHREAD)
License:
LGPLv2+