bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

hash-test: link gettext


From: Simon Josefsson
Subject: hash-test: link gettext
Date: Tue, 23 Jun 2009 11:21:00 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.94 (gnu/linux)

hash-test uses xalloc which uses xalloc-die which uses gettext, so
hash-test needs to link with gettext.  See:

http://autobuild.josefsson.org/gnulib/log-200906221702703484000.txt

How about this?  Not tested, but seems right.

/Simon

diff --git a/modules/hash-tests b/modules/hash-tests
index 0a83d8e..f67a085 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@




reply via email to

[Prev in Thread] Current Thread [Next in Thread]