hash-tests: Fix build error.
authorSimon Josefsson <simon@josefsson.org>
Tue, 23 Jun 2009 09:29:11 +0000 (11:29 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 23 Jun 2009 09:29:11 +0000 (11:29 +0200)
ChangeLog
modules/hash-tests

index 379dcf37ed29d3672a3ca7a47587adaa3af502bb..73e6cb4a31e41f2fa0167f945271d4d27ff0fd1d 100644 (file)
--- 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
index 0a83d8e0f4cd98f40add85e413f48a97ee182e1d..f67a085124f7fb21dfaac06d0f0c8ef5d8275263 100644 (file)
@@ -13,3 +13,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-hash
 check_PROGRAMS += test-hash
+test_hash_LDADD = $(LDADD) @LIBINTL@