From: Bruno Haible <bruno@clisp.org>
Date: Sun, 17 Aug 2008 17:46:23 +0000 (+0200)
Subject: Link with LIBMULTITHREAD, not LIBTHREAD.
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99b064426f7a70b65f08ec3074ea8ce2074ac531;p=pspp

Link with LIBMULTITHREAD, not LIBTHREAD.
---

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+