From 225c8ef6bdb59f90908ef1c674e5cf4b99f61ccf Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 31 May 2011 00:44:51 +0200 Subject: [PATCH] Fix link errors in tests: wait-process uses gettext-h. * modules/nonblocking-pipe-tests (Makefile.am): Set test_nonblocking_pipe_main_LDADD. * modules/nonblocking-socket-tests (Makefile.am): Link test-nonblocking-socket-main against $(LIBINTL). Reported by Tom G. Christensen . (cherry picked from commit 224c034db62061450d1e01ec4b2696682cb65c17) --- ChangeLog | 9 +++++++++ modules/nonblocking-pipe-tests | 1 + modules/nonblocking-socket-tests | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0c1cc0319..fb9c992a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-05-31 Bruno Haible + + Fix link errors in tests: wait-process uses gettext-h. + * modules/nonblocking-pipe-tests (Makefile.am): Set + test_nonblocking_pipe_main_LDADD. + * modules/nonblocking-socket-tests (Makefile.am): Link + test-nonblocking-socket-main against $(LIBINTL). + Reported by Tom G. Christensen . + 2011-05-29 Bruno Haible wctype-h: Avoid namespace pollution on Solaris 2.6. diff --git a/modules/nonblocking-pipe-tests b/modules/nonblocking-pipe-tests index 428452f78..fa3b771f7 100644 --- a/modules/nonblocking-pipe-tests +++ b/modules/nonblocking-pipe-tests @@ -32,3 +32,4 @@ configure.ac: Makefile.am: TESTS += test-nonblocking-pipe.sh check_PROGRAMS += test-nonblocking-pipe-main test-nonblocking-pipe-child +test_nonblocking_pipe_main_LDADD = $(LDADD) @LIBINTL@ diff --git a/modules/nonblocking-socket-tests b/modules/nonblocking-socket-tests index 368bed882..2eb883ed3 100644 --- a/modules/nonblocking-socket-tests +++ b/modules/nonblocking-socket-tests @@ -42,5 +42,5 @@ configure.ac: Makefile.am: TESTS += test-nonblocking-socket.sh check_PROGRAMS += test-nonblocking-socket-main test-nonblocking-socket-child -test_nonblocking_socket_main_LDADD = $(LDADD) $(LIBSOCKET) +test_nonblocking_socket_main_LDADD = $(LDADD) $(LIBSOCKET) @LIBINTL@ test_nonblocking_socket_child_LDADD = $(LDADD) $(LIBSOCKET) -- 2.11.0