mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
regex-tests: port to HP-UX 11.11
Problem reported by Daniel Richard G. in <http://lists.gnu.org/archive/html/bug-gnulib/2013-10/msg00052.html>. * modules/regex-tests (test_regex_LDADD): Add LIBTHREAD, LIB_PTHREAD.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2013-10-12 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
regex-tests: port to HP-UX 11.11
|
||||||
|
Problem reported by Daniel Richard G. in
|
||||||
|
<http://lists.gnu.org/archive/html/bug-gnulib/2013-10/msg00052.html>.
|
||||||
|
* modules/regex-tests (test_regex_LDADD): Add LIBTHREAD, LIB_PTHREAD.
|
||||||
|
|
||||||
2013-10-10 Paul Eggert <eggert@cs.ucla.edu>
|
2013-10-10 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
verify: document some 'assume' pitfalls
|
verify: document some 'assume' pitfalls
|
||||||
|
@@ -10,4 +10,4 @@ configure.ac:
|
|||||||
Makefile.am:
|
Makefile.am:
|
||||||
TESTS += test-regex
|
TESTS += test-regex
|
||||||
check_PROGRAMS += test-regex
|
check_PROGRAMS += test-regex
|
||||||
test_regex_LDADD = $(LDADD) @LIBINTL@
|
test_regex_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD) $(LIB_PTHREAD)
|
||||||
|
Reference in New Issue
Block a user