From: Dmitry Volyntsev Date: Thu, 4 Apr 2024 23:07:39 +0000 (-0700) Subject: Configure: added --no-quickjs description in configure --help. X-Git-Tag: 0.8.4~5 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=9cabd68158f2a6fdab3a01cb7c0690ea530e2323;p=njs.git Configure: added --no-quickjs description in configure --help. Forgotten in cb3e068a511c. --- diff --git a/auto/help b/auto/help index bf884586..b053d85d 100644 --- a/auto/help +++ b/auto/help @@ -44,6 +44,7 @@ default: "$NJS_LD_OPT" --no-pcre2 disables PCRE2 discovery for RegExp backend. When this option is enabled only PCRE library is discovered. + --no-quickjs disables QuickJS engine discovery. --no-zlib disables zlib discovery. When this option is enabled zlib dependant code is not built as a part of libnjs.a.