Обсуждение: [MASSMAIL]pgsql: Fix compilation with --with-gssapi --without-openssl

Поиск
Список
Период
Сортировка

[MASSMAIL]pgsql: Fix compilation with --with-gssapi --without-openssl

От
Heikki Linnakangas
Дата:
Fix compilation with --with-gssapi --without-openssl

The #define is spelled ENABLE_GSS, not USE_GSS. Introduced in commit
05fd30c0e7, reported by Thomas Munro.

Discussion:
https://www.postgresql.org/message-id/CA%2BhUKG%2BHRTtB%2Bx%2BKKKj_cfX6sNhbeGuqmGxjGMwdVPG7YGFP8w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/084cae55131f71f32e15a6b2b7897aa1c7382c0a

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)