From: Dmitry Volyntsev Date: Thu, 9 May 2024 19:58:57 +0000 (-0700) Subject: Configure: fixed QuickJS detection with --with-quickjs flag. X-Git-Tag: 0.8.5~33 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=2b15d5e8d953c582b1e57988a5bb0ec0612c50ee;p=njs.git Configure: fixed QuickJS detection with --with-quickjs flag. --- 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