From b44a8788b44fc8c530841019b26af64b5fca1c5f Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Mon, 30 Nov 2009 06:21:49 +0000 Subject: Fix autotool dependency on installed libtool for running "make check" git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@885339 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/tests/Makefile.am') diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 2d4d6ec0cf..44e1574968 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -279,6 +279,7 @@ qpid_stream_LDADD=$(lib_client) TESTS_ENVIRONMENT = \ VALGRIND=$(VALGRIND) \ + LIBTOOL="$(LIBTOOL)" \ srcdir=$(srcdir) \ top_builddir=$(top_builddir) \ QPID_DATA_DIR= \ -- cgit v1.2.1