]> git.ipfire.org Git - thirdparty/bind9.git/commit
A more helpful error when --without-jemalloc is impossible
authorTony Finch <fanf@isc.org>
Wed, 21 Sep 2022 16:44:48 +0000 (17:44 +0100)
committerTony Finch <fanf@isc.org>
Tue, 27 Sep 2022 13:35:29 +0000 (14:35 +0100)
commit9ec7f4399ffcd37019b576330a3a63ee84db8fdf
tree22a89b321c141bc491e324e17aad5985fa0d2d9f
parent6173e62147bb24e292332fde4cec310a03f9c204
A more helpful error when --without-jemalloc is impossible

When jemalloc is the system allocator (on FreeBSD and NetBSD), trying
to build --without-jemalloc caused an obscure compiler error. Instead,
complain at configure time that --without-jemalloc cannot work. (It
needs to remain an error because it is vexing when configure quietly
ignores an explicit direction.)

(cherry picked from commit f0e79458beebfb7f247f38bdd9991b6998f97040)
configure.ac