changeset 11648:67cbb1f18241

hash-tests: Fix build error.
author Simon Josefsson <simon@josefsson.org>
date Tue, 23 Jun 2009 11:29:11 +0200
parents 2735f345e34c
children 0673295e87a6
files ChangeLog modules/hash-tests
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-23  Simon Josefsson  <simon@josefsson.org>
+
+	* modules/hash-tests (test_hash_LDADD): Link to libintl when
+	needed.
+
 2009-06-21  Bruno Haible  <bruno@clisp.org>
 
 	Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
--- a/modules/hash-tests
+++ b/modules/hash-tests
@@ -13,3 +13,4 @@
 Makefile.am:
 TESTS += test-hash
 check_PROGRAMS += test-hash
+test_hash_LDADD = $(LDADD) @LIBINTL@