From 706b6333a6dd29a8d11561dee8013a2fddbc2742 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 4 Apr 2019 12:56:57 +0200 Subject: [PATCH] Document the 'no-module' configuration option Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/8665) --- INSTALL | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL b/INSTALL index 9273db3b63..5185033a79 100644 --- a/INSTALL +++ b/INSTALL @@ -409,6 +409,10 @@ no-makedepend Don't generate dependencies. + no-module + Don't build any dynamically loadable engines. This also + implies 'no-dynamic-engine'. + no-multiblock Don't build support for writing multiple records in one go in libssl (Note: this is a different capability to the -- 2.34.1