view modules/regex-tests @ 17309:219f5e131f8d

regex-tests: fix link errors on older Solaris These need to link with @LIBINTL@ to get libintl_gettext. Problem reported by Tom G. Christensen in <http://lists.gnu.org/archive/html/bug-gnulib/2013-02/msg00003.html>. * modules/regex-tests (test_regex_LDADD): New macro.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 03 Feb 2013 09:03:51 -0800
parents 77ea9951f209
children 2f5f50211fb5
line wrap: on
line source

Files:
tests/test-regex.c
tests/macros.h

Depends-on:

configure.ac:

Makefile.am:
TESTS += test-regex
check_PROGRAMS += test-regex
test_regex_LDADD = $(LDADD) @LIBINTL@