diff options
| author | Michael Paquier | 2021-02-01 10:19:44 +0000 |
|---|---|---|
| committer | Michael Paquier | 2021-02-01 10:19:44 +0000 |
| commit | fe61df7f82aa6e0879476146dbe1da9c89b4946b (patch) | |
| tree | d1c7ca42a5f3739bb9e221f8c0130a805267ef30 /src/include | |
| parent | 7c5d57caed4d8af705d0cc3131d0d8ed72b7a41d (diff) | |
Introduce --with-ssl={openssl} as a configure option
This is a replacement for the existing --with-openssl, extending the
logic to make easier the addition of new SSL libraries. The grammar is
chosen to be similar to --with-uuid, where multiple values can be
chosen, with "openssl" as the only supported value for now.
The original switch, --with-openssl, is kept for compatibility.
Author: Daniel Gustafsson, Michael Paquier
Reviewed-by: Jacob Champion
Discussion: https://postgr.es/m/FAB21FC8-0F62-434F-AA78-6BD9336D630A@yesql.se
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/pg_config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index f4d9f3b408d..55cab4d2bf3 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -899,7 +899,7 @@ /* Define to select named POSIX semaphores. */ #undef USE_NAMED_POSIX_SEMAPHORES -/* Define to build with OpenSSL support. (--with-openssl) */ +/* Define to build with OpenSSL support. (--with-ssl=openssl) */ #undef USE_OPENSSL /* Define to 1 to build with PAM support. (--with-pam) */ |
