Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit e6d8fc6

Browse files
njs (lowercase) is more preferred way to mention
1 parent d494d2e commit e6d8fc6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

auto/help

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cat << END
5050

5151
--openssl enable OpenSSL library usage
5252

53-
--njs enable NJS library usage
53+
--njs enable njs library usage
5454

5555
--debug enable debug logging
5656

auto/njs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ else
1818
NXT_NJS_LIBS="-lnjs"
1919
fi
2020

21-
nxt_feature="NJS"
21+
nxt_feature="njs"
2222
nxt_feature_name=NXT_HAVE_NJS
2323
nxt_feature_run=no
2424
nxt_feature_incs="$NXT_NJS_CFLAGS $NXT_NJS_AUX_CFLAGS"
2525
nxt_feature_libs="$NXT_NJS_LIBS $NXT_NJS_AUX_LIBS"
2626
nxt_feature_test="#include <njs.h>
2727

2828
#if NJS_VERSION_NUMBER < 0x000803
29-
# error NJS < 0.8.3 is not supported.
29+
# error njs < 0.8.3 is not supported.
3030
#endif
3131

3232
int main(void) {
@@ -44,7 +44,7 @@ nxt_feature_test="#include <njs.h>
4444

4545
if [ $nxt_found = no ]; then
4646
$echo
47-
$echo $0: error: no NJS library \>= 0.8.3 found.
47+
$echo $0: error: no njs library \>= 0.8.3 found.
4848
$echo
4949
exit 1;
5050
fi

auto/summary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Unit configuration summary:
2929
Unix domain sockets support: $NXT_UNIX_DOMAIN
3030
TLS support: ............... $NXT_OPENSSL
3131
Regex support: ............. $NXT_REGEX
32-
NJS support: ............... $NXT_NJS
32+
njs support: ............... $NXT_NJS
3333

3434
process isolation: ......... $NXT_ISOLATION
3535
cgroupv2: .................. $NXT_HAVE_CGROUP

0 commit comments

Comments
 (0)