Commit 084cae5
committed
Fix compilation with --with-gssapi --without-openssl
The #define is spelled ENABLE_GSS, not USE_GSS. Introduced in commit
05fd30c, reported by Thomas Munro.
Discussion: https://www.postgresql.org/message-id/CA%2BhUKG%2BHRTtB%2Bx%2BKKKj_cfX6sNhbeGuqmGxjGMwdVPG7YGFP8w@mail.gmail.com1 parent 0a5f229 commit 084cae5Copy full SHA for 084cae5
File tree
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedOpen diff view settings
Filter options
- src/interfaces/libpq
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedOpen diff view settings
Collapse file
src/interfaces/libpq/fe-connect.c
Copy file name to clipboardExpand all lines: src/interfaces/libpq/fe-connect.c+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
393 | 393 | |
394 | 394 | |
395 | 395 | |
396 | | - |
| 396 | + |
397 | 397 | |
398 | 398 | |
399 | 399 | |
| ||
4318 | 4318 | |
4319 | 4319 | |
4320 | 4320 | |
4321 | | - |
| 4321 | + |
4322 | 4322 | |
4323 | 4323 | |
4324 | 4324 | |
|
0 commit comments