]> git.ipfire.org Git - thirdparty/bind9.git/commit
Print the used jemalloc version in autoconf and named -V output
authorOndřej Surý <ondrej@isc.org>
Tue, 5 Sep 2023 12:58:15 +0000 (14:58 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 5 Sep 2023 16:47:21 +0000 (18:47 +0200)
commit2e99dcefa89032072c12c75be276a670c685b07e
treedf8a6c1d56366f2a198a799c6ff44ada008cdc65
parentd862f4bc64a062132d0adb46c1b45f73c9a29760
Print the used jemalloc version in autoconf and named -V output

The autoconf and named -V now prints used version of jemalloc.  This
doesn't work with system supplied jemalloc, so in it prints `system`
instead in the autoconf and nothing in named -V output.
bin/named/main.c
configure.ac
m4/ax_jemalloc.m4