From: Bruno Haible Date: Fri, 4 Jan 2019 19:20:24 +0000 (+0100) Subject: Fix incorrect 'Link' sections. X-Git-Tag: v1.0~5185 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=6dd4f65372e2af01dfd886cfbfedc941ef6f17e1;p=gnulib.git Fix incorrect 'Link' sections. * modules/regex (Link): Mention the link requirement of module 'lock'. * modules/regex-tests (Makefile.am): Don't use LIB_PTHREAD. --- diff --git a/ChangeLog b/ChangeLog index 9e06927c98..ea2906449b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019-01-04 Bruno Haible + + Fix incorrect 'Link' sections. + * modules/regex (Link): Mention the link requirement of module 'lock'. + * modules/regex-tests (Makefile.am): Don't use LIB_PTHREAD. + 2019-01-04 Bruno Haible Fix some 'Link' sections. diff --git a/modules/regex b/modules/regex index 278510c4ca..7f50916ce3 100644 --- a/modules/regex +++ b/modules/regex @@ -48,6 +48,7 @@ Include: Link: +$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise License: diff --git a/modules/regex-tests b/modules/regex-tests index 30ca5fdac2..0782303655 100644 --- a/modules/regex-tests +++ b/modules/regex-tests @@ -11,4 +11,4 @@ configure.ac: Makefile.am: TESTS += test-regex check_PROGRAMS += test-regex -test_regex_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD) $(LIB_PTHREAD) +test_regex_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)