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