changeset 30295:1b9353d26a5b

Link test-getdate with libintl.
author Bruno Haible <bruno@clisp.org>
date Wed, 08 Oct 2008 22:35:55 +0200
parents 4ec40d7e9c38
children 4613c2261af1
files ChangeLog modules/getdate-tests
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 08 17:57:12 2008 +0200
+++ b/ChangeLog	Wed Oct 08 22:35:55 2008 +0200
@@ -1,3 +1,7 @@
+2008-10-08  Bruno Haible  <bruno@clisp.org>
+
+	* modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
+
 2008-10-08  Simon Josefsson  <simon@josefsson.org>
 
 	* m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
--- a/modules/getdate-tests	Wed Oct 08 17:57:12 2008 +0200
+++ b/modules/getdate-tests	Wed Oct 08 22:35:55 2008 +0200
@@ -8,4 +8,4 @@
 Makefile.am:
 TESTS += test-getdate
 check_PROGRAMS += test-getdate
-test_getdate_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
+test_getdate_LDADD = $(LDADD) @LIBINTL@ $(LIB_CLOCK_GETTIME)