diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2024-04-08 16:37:20 +0100 |
---|---|---|
committer | andrey-zelenkov <xim.andrew@gmail.com> | 2024-04-10 13:30:02 +0100 |
commit | e6d8fc6614364e54eb0d69ff4cba21f8cad2e2a9 (patch) | |
tree | cf463abce3cdf304772b7318a271bbf3c832b9a1 /auto/njs | |
parent | d494d2ebb71ab45781ec7c8cf8b80e6892ce65a8 (diff) | |
download | unit-e6d8fc6614364e54eb0d69ff4cba21f8cad2e2a9.tar.gz unit-e6d8fc6614364e54eb0d69ff4cba21f8cad2e2a9.tar.bz2 |
njs (lowercase) is more preferred way to mention
Diffstat (limited to '')
-rw-r--r-- | auto/njs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 <njs.h> #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 <njs.h> 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 |