diff options
author | Michael Paquier | 2021-02-20 01:17:10 +0000 |
---|---|---|
committer | Michael Paquier | 2021-02-20 01:17:10 +0000 |
commit | a899ec1cb23eb3c4a94648f18a9408e5316d32a4 (patch) | |
tree | cb0e02ccf748887a25826fa96b65cc77dd15bb47 /src | |
parent | fe06819f105ccea52c12d418c8dbaaaa54377e96 (diff) |
Fix inconsistent configure data for --with-ssl
This inconsistency was showing up after an autoreconf.
Reported-by: Antonin Houska
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/47255.1613716807@antos
Diffstat (limited to 'src')
-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 55cab4d2bf3..04dc3301191 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-ssl=openssl) */ +/* Define to 1 to build with OpenSSL support. (--with-ssl=openssl) */ #undef USE_OPENSSL /* Define to 1 to build with PAM support. (--with-pam) */ |