On Fri, 7 Nov 2025 at 16:39, Peter Eisentraut <[email protected]> wrote: > The AC_PROG_CXX macro sets CXX to g++ if no C++ compiler is found. Then > a PGXS user would at least get an error message about g++ not found and > they can fix it by installing it. Maybe we should do that under Meson too.
I think that sounds reasonable. (although I think using c++ instead of g++ would make more sense though, but that seems like a separate thread as it would also apply to that autoconf code)
