meson: Make auto the default of the ssl option
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 13 Mar 2023 05:46:09 +0000 (06:46 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 13 Mar 2023 06:04:11 +0000 (07:04 +0100)
commit6a3002715eca4ae68e4d76606a6b3fd56d633741
tree8d295a38ef61b70fb7c3e13b302d68ae3ef8916b
parent1f282c24e464d8b2647b86bf465e04cc540404f6
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 <byavuz81@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/ad65ffd1-a9a7-fda1-59c6-f7dc763c3051%40enterprisedb.com
.cirrus.yml
doc/src/sgml/installation.sgml
meson.build
meson_options.txt
src/interfaces/libpq/meson.build
src/makefiles/meson.build
src/test/ssl/meson.build