diff --git a/ChangeLog b/ChangeLog index e0e827de1d..a363d56521 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-06-20 Simon Josefsson + + * modules/parse-duration-tests (test_parse_duration_LDADD): Don't + bring in LIBINTL. + 2012-06-20 Paul Eggert init.sh: do not rely on autoupated PWD diff --git a/modules/parse-duration-tests b/modules/parse-duration-tests index b561a38ff4..3fade7e3dc 100644 --- a/modules/parse-duration-tests +++ b/modules/parse-duration-tests @@ -11,4 +11,4 @@ configure.ac: Makefile.am: TESTS += test-parse-duration.sh check_PROGRAMS += test-parse-duration -test_parse_duration_LDADD = $(LDADD) @LIBINTL@ +test_parse_duration_LDADD = $(LDADD)