* modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
Signed-off-by: Eric Blake <ebb9@byu.net>
+2007-11-02 Eric Blake <ebb9@byu.net>
+
+ Fix tests on cygwin.
+ * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
+
2007-11-01 Bruno Haible <bruno@clisp.org>
* lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
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@