bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: checkin of glthread/glcond modules


From: Bruno Haible
Subject: Re: checkin of glthread/glcond modules
Date: Sun, 17 Aug 2008 20:50:02 +0200
User-agent: KMail/1.5.4

> *** modules/thread    2008-08-17 17:11:17.000000000 +0200
> --- /packages/GNULIB/gnulib-git/modules/thread        2008-08-17 
> 18:00:33.000000000 +0200
> ***************
> *** 17,22 ****
> --- 17,25 ----
>   Include:
>   "glthread/thread.h"
>   
> + Link:
> + $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
> + 
>   License:
>   LGPLv2+
>   

Oops, this needs to link with $(LIBMLTITHREAD):

--- modules/thread.orig 2008-08-17 19:46:01.000000000 +0200
+++ modules/thread      2008-08-17 19:44:51.000000000 +0200
@@ -18,7 +18,7 @@
 "glthread/thread.h"
 
 Link:
-$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
+$(LTLIBMULTITHREAD) when linking with libtool, $(LIBMULTITHREAD) otherwise
 
 License:
 LGPLv2+





reply via email to

[Prev in Thread] Current Thread [Next in Thread]