Re: [PATCH] configure: check explicitely for python dev (include) files

2021-10-09 Thread David Bremner
Tomi Ollila writes: >> +have_python3_dev=0 >> +printf "No (will not install CFFI-based python bindings).\n" > --- tabs vs spaces difference above (use only spaces above for local > consistency) --- >> +fi >> +fi I hadn't realized configure was such a mess indentation wise; see i

Re: [PATCH] configure: check explicitely for python dev (include) files

2021-10-08 Thread Tomi Ollila
On Thu, Oct 07 2021, David Bremner wrote: > As discussed at [1] we have received reports that the implicit check > using cffi.FFI().verify() is not reliable in all environments. Since > we already use pkg-config, and the python dev package should include a > .pc file [2], add an extra check using