summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--modules/parse-duration-tests2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e0e827de1d..a363d56521 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-20 Simon Josefsson <simon@josefsson.org>
+
+ * modules/parse-duration-tests (test_parse_duration_LDADD): Don't
+ bring in LIBINTL.
+
2012-06-20 Paul Eggert <eggert@cs.ucla.edu>
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)