mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-10 04:43:00 +03:00
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.
14 lines
211 B
Plaintext
14 lines
211 B
Plaintext
Files:
|
|
tests/test-regex.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
localcharset
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-regex
|
|
check_PROGRAMS += test-regex
|
|
test_regex_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD) $(LIB_PTHREAD)
|