From: Bruno Haible Date: Wed, 8 Oct 2008 20:35:55 +0000 (+0200) Subject: Link test-getdate with libintl. X-Git-Tag: v0.1~6878 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=c730a198973d37a446b402a095171f6e7b3891fb;p=gnulib.git Link test-getdate with libintl. --- diff --git a/ChangeLog b/ChangeLog index efba7d90b..e4ab0f36f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-10-08 Bruno Haible + + * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL. + 2008-10-08 Simon Josefsson * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock). The file is diff --git a/modules/getdate-tests b/modules/getdate-tests index 4b5e3441a..a78502e57 100644 --- a/modules/getdate-tests +++ b/modules/getdate-tests @@ -8,4 +8,4 @@ configure.ac: Makefile.am: TESTS += test-getdate check_PROGRAMS += test-getdate -test_getdate_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) +test_getdate_LDADD = $(LDADD) @LIBINTL@ $(LIB_CLOCK_GETTIME)