From 6a3002715eca4ae68e4d76606a6b3fd56d633741 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 13 Mar 2023 06:46:09 +0100 Subject: meson: Make auto the default of the ssl option The 'ssl' option is of type 'combo', but we add a choice 'auto' that simulates the behavior of a feature option. This way, openssl is used automatically by default if present, but we retain the ability to potentially select another ssl library. Author: Nazir Bilal Yavuz Discussion: https://www.postgresql.org/message-id/flat/ad65ffd1-a9a7-fda1-59c6-f7dc763c3051%40enterprisedb.com --- doc/src/sgml/installation.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 5affb64d952..70ab5b77d86 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2474,7 +2474,7 @@ ninja install - + OpenSSL SSL @@ -2488,7 +2488,7 @@ ninja install OpenSSL package to be installed. Building with this will check for the required header files and libraries to make sure that your OpenSSL installation is - sufficient before proceeding. The default for this option is none. + sufficient before proceeding. The default for this option is auto. -- cgit v1.2.3