aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/network_spgist.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2023-11-08 17:29:02 +0900
committerMichael Paquier <michael@paquier.xyz>2023-11-08 17:29:02 +0900
commitb64c8b01c275f802372b6860793737219fe2fd62 (patch)
tree9e46f0ad7ad6d580049967a7c347b7173cdb589b /src/backend/utils/adt/network_spgist.c
parent1b2c6b756eaae5203af887973b306882fb477836 (diff)
downloadpostgresql-b64c8b01c275f802372b6860793737219fe2fd62.tar.gz
postgresql-b64c8b01c275f802372b6860793737219fe2fd62.zip
Fix use of OPENSSL in SSL tests if command is not found
`openssl` is an optional dependency in the meson build as it may not be installed in an environment even if SSL libraries are around. The meson scripts assume that, but the SSL tests thought that it was a hard dependency, causing a meson installation to fail if `openssl` could not be found. Like similar tests that depend on external commands, and to be consistent with ./configure for the SSL tests, this commit makes the command existence optional in the tests. Author: Tristan Partin Discussion: https://postgr.es/m/CWSX6P5OUUM5.N7B74KQ06ZP6@neon.tech Backpatch-through: 16
Diffstat (limited to 'src/backend/utils/adt/network_spgist.c')
0 files changed, 0 insertions, 0 deletions