Commit 2dc83ee8 authored by Bernd Helmle's avatar Bernd Helmle
Browse files

Support libpqxx version 7.x.

libpqxx 7 requires C++17 and thus requires us to tell the compiler to use
the right compiler flag. Teach autoconf to test for the proper switches
depending on the libpqxx version found.

This also defines a new macro HAVE_LIBPQXX7 in config.h, which will be
used by the follow up commit to reflect recent API changes in libpqxx 7.
parent fdb84e9a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment