summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-08-17 19:46:23 +0200
committerBruno Haible <bruno@clisp.org>2008-08-17 19:46:23 +0200
commit99b064426f7a70b65f08ec3074ea8ce2074ac531 (patch)
tree6d8ee9c54f04933dbf4d47866bfd85372a430487
parentcf3c40457f0b0050321f2df638fa5478e2bac5b1 (diff)
downloadgnulib-99b064426f7a70b65f08ec3074ea8ce2074ac531.tar.gz
Link with LIBMULTITHREAD, not LIBTHREAD.
-rw-r--r--modules/thread2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/thread b/modules/thread
index eb34fe71dd..d9586b58eb 100644
--- a/modules/thread
+++ b/modules/thread
@@ -18,7 +18,7 @@ Include:
"glthread/thread.h"
Link:
-$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
+$(LTLIBMULTITHREAD) when linking with libtool, $(LIBMULTITHREAD) otherwise
License:
LGPLv2+