]> git.ipfire.org Git - thirdparty/bind9.git/commit
Properly handle JEMALLOC_* Autoconf variables
authorMichał Kępień <michal@isc.org>
Tue, 12 Oct 2021 08:44:30 +0000 (10:44 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 12 Oct 2021 08:44:30 +0000 (10:44 +0200)
commit5178ba4cf2bf2a69b187dd4af23ef2cdf2169281
treef256ed1c5de466cdcfa6c9cf08572f05fced71a9
parent60e444848c8712c8483f52088ec1d94a09f67a68
Properly handle JEMALLOC_* Autoconf variables

The AX_CHECK_JEMALLOC() m4 macro sets the JEMALLOC_CFLAGS variable, not
JEMALLOC_CPPFLAGS.  Furthermore, the JEMALLOC_CFLAGS and JEMALLOC_LIBS
variables should only be included in the build flags if jemalloc was
successfully configured.  Tweak lib/isc/Makefile.am accordingly.
configure.ac
lib/isc/Makefile.am