Author :
landry
Date :
2023-02-10 13:26:16
Hash :a1f614ca Message :geo/postgis: fix build if abseil-cpp is installed
flatgeobuf support tries to use abseil-cpp if found, and fails because
the latter requires c++14 or newer. patch out #elif __has_include
to make sure it isnt picked up, until properly fixed upstream.
same fix as applied to geo/mapserver.
build failure reported by tb@, thanks !