]> 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>
Thu, 22 Sep 2022 08:39:47 +0000 (08:39 +0000)
commitf0e79458beebfb7f247f38bdd9991b6998f97040
tree3e47017061d518d526fa51ed9998f580a781e5c7
parentc7e2263ec090341a06b75bab22d486124927b91f
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.)
configure.ac