From: Simon Josefsson Date: Tue, 23 Jun 2009 09:29:11 +0000 (+0200) Subject: hash-tests: Fix build error. X-Git-Tag: v0.1~5839 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=2d9761d577893547d658b903829ba0b0224f5cdd;p=gnulib.git hash-tests: Fix build error. --- 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@