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 efba7d90bbfaffc02a4953bb5515560265c9c7a6..e4ab0f36fd30becab0b15255ba7049dfc2a986c4 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 4b5e3441a743d7be32b09929790689f195ce6412..a78502e573dbb89ff1c65dc628d9d579443fbf3a 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)