From: Bruno Haible Date: Sun, 17 Aug 2008 17:46:23 +0000 (+0200) Subject: Link with LIBMULTITHREAD, not LIBTHREAD. X-Git-Tag: v0.1~7142 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=99b064426f7a70b65f08ec3074ea8ce2074ac531;p=gnulib.git Link with LIBMULTITHREAD, not LIBTHREAD. --- diff --git a/modules/thread b/modules/thread index eb34fe71d..d9586b58e 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+