Skip to content

Commit f37c6bb

Browse files
committed
Modules: removed extra not needed QuickJS checks.
1 parent c7bd5f4 commit f37c6bb

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

nginx/config

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -87,21 +87,6 @@ if [ $NJS_QUICKJS != NO ]; then
8787
exit 1;
8888
fi
8989

90-
ngx_feature="QuickJS JS_NewTypedArray()"
91-
ngx_feature_name=NJS_HAVE_QUICKJS_NEW_TYPED_ARRAY
92-
ngx_feature_test="JSValue argv;
93-
(void) JS_NewTypedArray(NULL, 1, &argv,
94-
JS_TYPED_ARRAY_UINT8);
95-
return 0;"
96-
97-
. auto/feature
98-
99-
ngx_feature="QuickJS JS_IsSameValue()"
100-
ngx_feature_name=NJS_HAVE_QUICKJS_IS_SAME_VALUE
101-
ngx_feature_test="(void) JS_IsSameValue(NULL, JS_UNDEFINED, JS_UNDEFINED);"
102-
103-
. auto/feature
104-
10590
NJS_HAVE_QUICKJS=YES
10691
NJS_QUICKJS_LIB="$ngx_feature_libs"
10792
NJS_QUICKJS_INC=`echo "$ngx_feature_path" | sed -e "s|^$NJS_QUICKJS_DEFAULT_INCS||"`

0 commit comments

Comments
 (0)