Mercurial > hg > octave-shane > gnulib-hg
changeset 17312: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 | ae621669e2f9 |
children | a9f418d6d676 |
files | ChangeLog modules/regex-tests |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2013-02-03 Paul Eggert <eggert@cs.ucla.edu> + + 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. + 2013-01-31 Paul Eggert <eggert@cs.ucla.edu> regex-tests: new module