From c730a198973d37a446b402a095171f6e7b3891fb Mon Sep 17 00:00:00 2001
From: Bruno Haible <bruno@clisp.org>
Date: Wed, 8 Oct 2008 22:35:55 +0200
Subject: [PATCH] Link test-getdate with libintl.

---
 ChangeLog             | 4 ++++
 modules/getdate-tests | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index efba7d90bb..e4ab0f36fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/modules/getdate-tests b/modules/getdate-tests
index 4b5e3441a7..a78502e573 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)
-- 
2.30.2