mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
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
This commit is contained in:
@ -117,7 +117,7 @@ tests += {
|
||||
't/001_uri.pl',
|
||||
't/002_api.pl',
|
||||
],
|
||||
'env': {'with_ssl': get_option('ssl')},
|
||||
'env': {'with_ssl': ssl_library},
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user