comparison modules/regex-tests @ 37204:871c8ea4f18c

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.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 12 Oct 2013 11:50:15 -0700
parents 7fbceb071748
children 90018eab0b67
comparison
equal deleted inserted replaced
37203:2f0a7cf7ea66 37204:871c8ea4f18c
8 configure.ac: 8 configure.ac:
9 9
10 Makefile.am: 10 Makefile.am:
11 TESTS += test-regex 11 TESTS += test-regex
12 check_PROGRAMS += test-regex 12 check_PROGRAMS += test-regex
13 test_regex_LDADD = $(LDADD) @LIBINTL@ 13 test_regex_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD) $(LIB_PTHREAD)