From e05cc348ea312f40a88ac7a3ed324c99839264e2 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 14 Mar 2007 17:52:17 +0000 Subject: Merged revisions 507458 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r507458 | gsim | 2007-02-14 04:58:53 -0500 (Wed, 14 Feb 2007) | 5 lines Applied patch from Jim Meyering, submitted on dev list: * tests/setup: Remove use of libtool's --debug option. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518241 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/tests/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/tests/setup') diff --git a/cpp/tests/setup b/cpp/tests/setup index 40acffd584..9dde4758b1 100644 --- a/cpp/tests/setup +++ b/cpp/tests/setup @@ -30,7 +30,7 @@ vg_options=" if test x$VALGRIND = x; then vg= else - vg="libtool --debug --mode=execute valgrind `echo $vg_options` --" + vg="libtool --mode=execute valgrind `echo $vg_options` --" fi vg_leak_check() -- cgit v1.2.1