regex-tests: port to HP-UX 11.11
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Oct 2013 18:50:15 +0000 (11:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Oct 2013 18:50:55 +0000 (11:50 -0700)
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.

ChangeLog
modules/regex-tests

index 2b37375..e3e514c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        verify: document some 'assume' pitfalls
index cfff7bf..638dba9 100644 (file)
@@ -10,4 +10,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-regex
 check_PROGRAMS += test-regex
-test_regex_LDADD = $(LDADD) @LIBINTL@
+test_regex_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD) $(LIB_PTHREAD)