changeset 12871:a83b252424b6

userspec-tests: Fix Windows link failure.
author Simon Josefsson <simon@josefsson.org>
date Wed, 17 Feb 2010 13:49:21 +0100
parents e72f3991a813
children 1af59dafc00e
files ChangeLog modules/userspec-tests
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/modules/userspec-tests
+++ b/modules/userspec-tests
@@ -9,3 +9,4 @@
 Makefile.am:
 TESTS += test-userspec
 check_PROGRAMS += test-userspec
+test_userspec_LDADD = $(LDADD) @LIBINTL@