From 65fc960e30bb24bc48ddf2fa8c59657c34b92016 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 17 Feb 2010 13:49:21 +0100 Subject: [PATCH] userspec-tests: Fix Windows link failure. --- ChangeLog | 5 +++++ modules/userspec-tests | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index b3d085385..b5e983f9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-02-16 Simon Josefsson + + * modules/userspec-tests (test_userspec_LDADD): Add variable, for + linking with -lintl. + 2010-02-17 Simon Josefsson * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0 diff --git a/modules/userspec-tests b/modules/userspec-tests index 0d955badc..a52285774 100644 --- a/modules/userspec-tests +++ b/modules/userspec-tests @@ -9,3 +9,4 @@ configure.ac: Makefile.am: TESTS += test-userspec check_PROGRAMS += test-userspec +test_userspec_LDADD = $(LDADD) @LIBINTL@ -- 2.11.0