From 611869f3fb929b8e799cfc9f9e539e93682a7c87 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 2 Nov 2007 16:28:00 -0600 Subject: [PATCH] Fix xprintf tests on cygwin. * modules/xprintf-posix-tests (Makefile.am): Link against -lintl. Signed-off-by: Eric Blake --- ChangeLog | 5 +++++ modules/xprintf-posix-tests | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3101bc9ad0..df6a7f457c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-02 Eric Blake + + Fix tests on cygwin. + * modules/xprintf-posix-tests (Makefile.am): Link against -lintl. + 2007-11-01 Bruno Haible * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere" diff --git a/modules/xprintf-posix-tests b/modules/xprintf-posix-tests index b81932b6b4..92397b23b1 100644 --- a/modules/xprintf-posix-tests +++ b/modules/xprintf-posix-tests @@ -16,3 +16,5 @@ Makefile.am: TESTS += test-xprintf-posix.sh TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' check_PROGRAMS += test-xfprintf-posix test-xprintf-posix +test_xfprintf_posix_LDADD = $(LDADD) @LIBINTL@ +test_xprintf_posix_LDADD = $(LDADD) @LIBINTL@ -- 2.30.2