changeset 11996:c64f6d58bbc4

parse-duration-tests: avoid link failure * modules/parse-duration-tests (test_parse_duration_LDADD): Add LIBINTL. Reported by Tom G. Christensen. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Wed, 16 Sep 2009 11:49:31 -0600
parents 5767a52927aa
children 232ad42f48e7
files ChangeLog modules/parse-duration-tests
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-09-16  Eric Blake  <ebb9@byu.net>
 
+	parse-duration-tests: avoid link failure
+	* modules/parse-duration-tests (test_parse_duration_LDADD): Add
+	LIBINTL.
+	Reported by Tom G. Christensen.
+
 	openat-tests: ensure unlinkat behaves like rmdir
 	* tests/test-rmdir.c (main): Factor guts...
 	* tests/test-rmdir.h (test_rmdir_func): ...into new file.
--- a/modules/parse-duration-tests
+++ b/modules/parse-duration-tests
@@ -12,3 +12,4 @@
 TESTS += test-parse-duration.sh
 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-parse-duration
+test_parse_duration_LDADD = $(LDADD) @LIBINTL@