# HG changeset patch # User Bruno Haible # Date 1251061236 -7200 # Node ID 0c06eef5cb3b9117b39affb6660ad5f1ce67bd27 # Parent 729b89da65db601d522d1b0c95140a7e6a4053d9 Avoid test link errors when the modules getopt-gnu, gettext are used. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-08-23 Bruno Haible + + Avoid test link errors when the modules getopt-gnu, gettext are used. + * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD. + Reported by Tom G. Christensen . + 2009-08-23 Bruno Haible Fix getdtablesize() on mingw. diff --git a/modules/getopt-posix-tests b/modules/getopt-posix-tests --- a/modules/getopt-posix-tests +++ b/modules/getopt-posix-tests @@ -12,3 +12,4 @@ Makefile.am: TESTS += test-getopt check_PROGRAMS += test-getopt +test_getopt_LDADD = $(LDADD) $(LIBINTL)