From 2b15d5e8d953c582b1e57988a5bb0ec0612c50ee Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Thu, 9 May 2024 12:58:57 -0700 Subject: [PATCH] Configure: fixed QuickJS detection with --with-quickjs flag. --- auto/quickjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/quickjs b/auto/quickjs index 4491fc5c..8451d44d 100644 --- a/auto/quickjs +++ b/auto/quickjs @@ -81,7 +81,7 @@ if [ $NJS_TRY_QUICKJS = YES ]; then NJS_LIB_AUX_LIBS="$NJS_LIB_AUX_LIBS $njs_feature_libs" fi - if [ $NJS_QUICKJS = YES -a $njs_found = no ]; then + if [ $NJS_QUICKJS = YES -a $NJS_HAVE_QUICKJS = NO ]; then echo echo $0: error: no QuickJS library found. echo -- 2.47.3