From 2d9761d577893547d658b903829ba0b0224f5cdd Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 23 Jun 2009 11:29:11 +0200 Subject: [PATCH] hash-tests: Fix build error. --- ChangeLog | 5 +++++ modules/hash-tests | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 379dcf37e..73e6cb4a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-06-23 Simon Josefsson + + * modules/hash-tests (test_hash_LDADD): Link to libintl when + needed. + 2009-06-21 Bruno Haible Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS diff --git a/modules/hash-tests b/modules/hash-tests index 0a83d8e0f..f67a08512 100644 --- a/modules/hash-tests +++ b/modules/hash-tests @@ -13,3 +13,4 @@ configure.ac: Makefile.am: TESTS += test-hash check_PROGRAMS += test-hash +test_hash_LDADD = $(LDADD) @LIBINTL@ -- 2.11.0