Revision: 1163
http://vcs.pcre.org/viewvc?view=rev&revision=1163
Author: ph10
Date: 2012-10-23 11:57:30 +0100 (Tue, 23 Oct 2012)
Log Message:
-----------
Update comment for --enable-coverage to note that pcretest is linked with gcov
as well as pcregrep.
Modified Paths:
--------------
code/trunk/configure.ac
Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac 2012-10-23 10:46:43 UTC (rev 1162)
+++ code/trunk/configure.ac 2012-10-23 10:57:30 UTC (rev 1163)
@@ -975,8 +975,8 @@
fi
AC_DEFINE([SUPPORT_GCOV],[1], [
- Define to allow pcregrep to be linked with gcov, so that it is
- able to generate code coverage reports.])
+ Define to allow pcretest and pcregrep to be linked with gcov, so that they
+ are able to generate code coverage reports.])
# And add flags needed for gcov
GCOV_CFLAGS="-O0 -ggdb3 -fprofile-arcs -ftest-coverage"