summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-23 10:57:30 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-23 10:57:30 +0000
commit59b526e680eac5655e0ed7f86823816c42d17222 (patch)
treebef7a2c6d17be49e2a4f9627fc0d059567670a4f /configure.ac
parent71fddb52aa8e089492c41695732f10c0aa2881be (diff)
downloadpcre-59b526e680eac5655e0ed7f86823816c42d17222.tar.gz
Update comment for --enable-coverage to note that pcretest is linked with gcov
as well as pcregrep. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1163 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 376db19..8902207 100644
--- a/configure.ac
+++ b/configure.ac
@@ -975,8 +975,8 @@ if test "$enable_coverage" = "yes"; then
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"