Link test-getdate with libintl.
authorBruno Haible <bruno@clisp.org>
Wed, 8 Oct 2008 20:35:55 +0000 (22:35 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 8 Oct 2008 20:35:55 +0000 (22:35 +0200)
ChangeLog
modules/getdate-tests

index efba7d9..e4ab0f3 100644 (file)
--- 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
index 4b5e344..a78502e 100644 (file)
@@ -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)