summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index c67e4728..ece4f12a 100755
--- a/configure
+++ b/configure
@@ -127,7 +127,11 @@ NXT_LIBRT=
. auto/unix
. auto/os/conf
. auto/ssltls
-. auto/pcre
+
+if [ $NXT_REGEX = YES ]; then
+ . auto/pcre
+fi
+
. auto/isolation
. auto/capability