summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index ea86e18e..1d897f1d 100755
--- a/configure
+++ b/configure
@@ -129,6 +129,7 @@ if [ $NXT_REGEX = YES ]; then
. auto/pcre
fi
+. auto/cgroup
. auto/isolation
. auto/capability
@@ -171,5 +172,9 @@ NXT_LIB_AUX_LIBS="$NXT_OPENSSL_LIBS $NXT_GNUTLS_LIBS \\
$NXT_CYASSL_LIBS $NXT_POLARSSL_LIBS \\
$NXT_PCRE_LIB"
+if [ $NXT_NJS != NO ]; then
+ . auto/njs
+fi
+
. auto/make
. auto/summary