aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.inc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.inc.in')
-rw-r--r--src/config.inc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.inc.in b/src/config.inc.in
index 967612a4..232ba615 100644
--- a/src/config.inc.in
+++ b/src/config.inc.in
@@ -71,6 +71,7 @@
{$@DEFINE_HAVE_LIBPCRE@ HaveLibPcre}
{$IF Defined(HaveLibPcre) and Defined(IncludeConstants)}
+ LIBPCRE_LIBNAME = '@libpcre_LIBNAME@';
LIBPCRE_LIBDIR = '@libpcre_LIBDIR@';
{$IFEND}