From: Bruno Haible Date: Sun, 23 Aug 2009 21:00:36 +0000 (+0200) Subject: Avoid test link errors when the modules getopt-gnu, gettext are used. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fc40328d8d04c7c02b6e74c140f9be3b1b1c5a4;p=pspp Avoid test link errors when the modules getopt-gnu, gettext are used. --- diff --git a/ChangeLog b/ChangeLog index f9f9013cb8..80d97a9562 100644 --- 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 index 8f01220a3d..ac4b965614 100644 --- a/modules/getopt-posix-tests +++ b/modules/getopt-posix-tests @@ -12,3 +12,4 @@ configure.ac: Makefile.am: TESTS += test-getopt check_PROGRAMS += test-getopt +test_getopt_LDADD = $(LDADD) $(LIBINTL)