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 b3d08538549f6f63c388c4a4b3ee37dd617e672b..b5e983f9a97299eb4ff8f76c139df2e3de3a11f0 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 0d955badc1149f3f1b2adaacef14d29760f4ec60..a52285774005b98f7541f31a2de034d06173f11c 100644 (file)
@@ -9,3 +9,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-userspec
 check_PROGRAMS += test-userspec
+test_userspec_LDADD = $(LDADD) @LIBINTL@