userspec-tests: Fix Windows link failure.
authorSimon Josefsson <simon@josefsson.org>
Wed, 17 Feb 2010 12:49:21 +0000 (13:49 +0100)
committerSimon Josefsson <simon@josefsson.org>
Wed, 17 Feb 2010 12:49:21 +0000 (13:49 +0100)
ChangeLog
modules/userspec-tests

index b3d0853..b5e983f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-16  Simon Josefsson  <simon@josefsson.org>
+
+       * modules/userspec-tests (test_userspec_LDADD): Add variable, for
+       linking with -lintl.
+
 2010-02-17  Simon Josefsson  <simon@josefsson.org>
 
        * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
index 0d955ba..a522857 100644 (file)
@@ -9,3 +9,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-userspec
 check_PROGRAMS += test-userspec
+test_userspec_LDADD = $(LDADD) @LIBINTL@