On Fri, 27 Feb 2026 at 17:52, Peter Eisentraut <[email protected]> wrote: > Have you tested whether/how these configure/meson tests work if no C++ > compiler is found? > > (I haven't, I'm just wondering.)
I hadn't before, but done now. It compiles postgres without problems (but without the cplusplusext extension ofcourse). For meson the new meson checks are inside have_cxx, so they are not run at all. For configure the checks are run, but they detect typeof as not available in C++ (because its unable to compile the test program).
