diff --git a/ircd/allocator_je.cc b/ircd/allocator_je.cc index 487b807af..e48f9ec56 100644 --- a/ircd/allocator_je.cc +++ b/ircd/allocator_je.cc @@ -54,7 +54,7 @@ ircd::allocator::je::malloc_version_abi "jemalloc", info::versions::ABI, 0, {0, 0, 0}, [] (info::versions &v, const mutable_buffer &buf) { - #ifdef HAVE_JEMALLOC_H + #ifdef IRCD_ALLOCATOR_JEMALLOC const string_view val { *reinterpret_cast(data(allocator::get("version", buf)))