summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/conf
diff options
context:
space:
mode:
Diffstat (limited to 'auto/lib/conf')
-rw-r--r--auto/lib/conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/lib/conf b/auto/lib/conf
index 6e00592cc..70053b554 100644
--- a/auto/lib/conf
+++ b/auto/lib/conf
@@ -2,7 +2,7 @@
# Copyright (C) Igor Sysoev
-if [ $USE_PCRE = YES ]; then
+if [ $USE_PCRE = YES -o $PCRE != NONE ]; then
. auto/lib/pcre/conf
fi