From e6d8fc6614364e54eb0d69ff4cba21f8cad2e2a9 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Mon, 8 Apr 2024 16:37:20 +0100 Subject: njs (lowercase) is more preferred way to mention --- auto/help | 2 +- auto/njs | 6 +++--- auto/summary | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/auto/help b/auto/help index d23c67ed..8f7553f3 100644 --- a/auto/help +++ b/auto/help @@ -50,7 +50,7 @@ cat << END --openssl enable OpenSSL library usage - --njs enable NJS library usage + --njs enable njs library usage --debug enable debug logging diff --git a/auto/njs b/auto/njs index e5314d31..0a911ec2 100644 --- a/auto/njs +++ b/auto/njs @@ -18,7 +18,7 @@ else NXT_NJS_LIBS="-lnjs" fi -nxt_feature="NJS" +nxt_feature="njs" nxt_feature_name=NXT_HAVE_NJS nxt_feature_run=no nxt_feature_incs="$NXT_NJS_CFLAGS $NXT_NJS_AUX_CFLAGS" @@ -26,7 +26,7 @@ nxt_feature_libs="$NXT_NJS_LIBS $NXT_NJS_AUX_LIBS" nxt_feature_test="#include #if NJS_VERSION_NUMBER < 0x000803 - # error NJS < 0.8.3 is not supported. + # error njs < 0.8.3 is not supported. #endif int main(void) { @@ -44,7 +44,7 @@ nxt_feature_test="#include if [ $nxt_found = no ]; then $echo - $echo $0: error: no NJS library \>= 0.8.3 found. + $echo $0: error: no njs library \>= 0.8.3 found. $echo exit 1; fi diff --git a/auto/summary b/auto/summary index 3aa41669..dd7a60a0 100644 --- a/auto/summary +++ b/auto/summary @@ -29,7 +29,7 @@ Unit configuration summary: Unix domain sockets support: $NXT_UNIX_DOMAIN TLS support: ............... $NXT_OPENSSL Regex support: ............. $NXT_REGEX - NJS support: ............... $NXT_NJS + njs support: ............... $NXT_NJS process isolation: ......... $NXT_ISOLATION cgroupv2: .................. $NXT_HAVE_CGROUP -- cgit