The 'cond' module has the same linking requirements as the 'lock' module.
2019-12-01 Bruno Haible <[email protected]> cond: State linking requirements. * modules/cond (Link): New section. diff --git a/modules/cond b/modules/cond index 82b87e3..5dc0e40 100644 --- a/modules/cond +++ b/modules/cond @@ -24,6 +24,9 @@ lib_SOURCES += glthread/cond.h glthread/cond.c Include: "glthread/cond.h" +Link: +$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise + License: LGPLv2+
