You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2005/01/20 11:26:59 UTC

svn commit: r125750 - /apr/apr/trunk/README.dev

Author: jorton
Date: Thu Jan 20 02:26:58 2005
New Revision: 125750

URL: http://svn.apache.org/viewcvs?view=rev&rev=125750
Log:
Fix missing quote.

Modified:
   apr/apr/trunk/README.dev

Modified: apr/apr/trunk/README.dev
Url: http://svn.apache.org/viewcvs/apr/apr/trunk/README.dev?view=diff&rev=125750&p1=apr/apr/trunk/README.dev&r1=125749&p2=apr/apr/trunk/README.dev&r2=125750
==============================================================================
--- apr/apr/trunk/README.dev	(original)
+++ apr/apr/trunk/README.dev	Thu Jan 20 02:26:58 2005
@@ -20,7 +20,7 @@
 If you want to generate test coverage data, use the following steps:
 
 1) ./buildconf
-2) CFLAGS="-fprofile-arcs -ftest-coverage ./configure
+2) CFLAGS="-fprofile-arcs -ftest-coverage" ./configure
 3) make
 4) cd test
 5) make