Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
Diffstat (limited to 'auto')
-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