This repository was archived by the owner on Oct 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1818 NXT_NJS_LIBS="-lnjs"
1919fi
2020
21- nxt_feature="NJS "
21+ nxt_feature="njs "
2222nxt_feature_name=NXT_HAVE_NJS
2323nxt_feature_run=no
2424nxt_feature_incs="$NXT_NJS_CFLAGS $NXT_NJS_AUX_CFLAGS"
2525nxt_feature_libs="$NXT_NJS_LIBS $NXT_NJS_AUX_LIBS"
2626nxt_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
4545if [ $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;
5050fi
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments