On Tue, 06 Feb 2018 14:48:01 +0100, Martin Nilsson (Coppermist) @ Pike (-) developers forum 10353@lyskom.lysator.liu.se wrote:
Perhaps I'm missing something, but you are testing for jemalloc/jemalloc.h in configure, but then include it regardless of the result.
Right. I think the src/global.h should read:
#if defined(USE_JEMALLOC) && defined(HAVE_JEMALLOC_JEMALLOC_H)
pike-devel@lists.lysator.liu.se