summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1db5f3ca..d139ae51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1699,7 +1699,7 @@ lighty_track_feature() {
}
lighty_track_feature "regex-conditionals" "" \
- 'test "$WITH_PCRE" != no'
+ 'test "$WITH_PCRE" != no || test "$WITH_PCRE2" != no'
lighty_track_feature "mysql" "mod_vhostdb_mysql" \
'test "$WITH_MYSQL" != no'