You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2007/03/14 18:52:18 UTC

svn commit: r518241 - in /incubator/qpid/branches/qpid.0-9: ./ cpp/tests/setup

Author: aconway
Date: Wed Mar 14 10:52:17 2007
New Revision: 518241

URL: http://svn.apache.org/viewvc?view=rev&rev=518241
Log:
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.
........

Modified:
    incubator/qpid/branches/qpid.0-9/   (props changed)
    incubator/qpid/branches/qpid.0-9/cpp/tests/setup

Propchange: incubator/qpid/branches/qpid.0-9/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Mar 14 10:52:17 2007
@@ -1 +1 @@
-/incubator/qpid/trunk/qpid:1-492620,492636,492641,493126-493151,494540,494553,494587,495629,495661,496317,496665,496678,497341,497439,498591,499049,499374,499803,499845,499847,499864,506406,506967,506972,507455,507457
+/incubator/qpid/trunk/qpid:1-492620,492636,492641,493126-493151,494540,494553,494587,495629,495661,496317,496665,496678,497341,497439,498591,499049,499374,499803,499845,499847,499864,506406,506967,506972,507455,507457-507458

Modified: incubator/qpid/branches/qpid.0-9/cpp/tests/setup
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/qpid.0-9/cpp/tests/setup?view=diff&rev=518241&r1=518240&r2=518241
==============================================================================
--- incubator/qpid/branches/qpid.0-9/cpp/tests/setup (original)
+++ incubator/qpid/branches/qpid.0-9/cpp/tests/setup Wed Mar 14 10:52:17 2007
@@ -30,7 +30,7 @@
 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()