From 9cabd68158f2a6fdab3a01cb7c0690ea530e2323 Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Thu, 4 Apr 2024 16:07:39 -0700 Subject: [PATCH] Configure: added --no-quickjs description in configure --help. Forgotten in cb3e068a511c. --- auto/help | 1 + 1 file changed, 1 insertion(+) 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. -- 2.47.3