summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/pcre.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/pcre.m4 b/m4/pcre.m4
index 42d96f6d..b27f4672 100644
--- a/m4/pcre.m4
+++ b/m4/pcre.m4
@@ -43,5 +43,6 @@ AC_DEFUN([gl_FUNC_PCRE],
fi
AC_DEFINE_UNQUOTED([HAVE_LIBPCRE], [`test $use_pcre != yes; echo $?`],
- [Define to 1 if you have the `pcre' library (-lpcre).])
+ [Define to 1 if you have the Perl Compatible Regular Expressions
+ library (-lpcre).])
])