mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
configure: Stop failing when jemalloc is requested, but tcmalloc is not found
Fixes bug 32124; bugfix on 0.3.5.1-alpha.
This commit is contained in:
parent
4442eef0b3
commit
ac71ad662c
@ -1934,7 +1934,7 @@ AS_CASE([$malloc],
|
||||
have_jemalloc=yes,
|
||||
have_jemalloc=no)
|
||||
|
||||
if test "x$have_tcmalloc" = "xno" ; then
|
||||
if test "x$have_jemalloc" = "xno" ; then
|
||||
AC_MSG_ERROR([Unable to find jemalloc requested by --with-malloc, $pkg_config_user_action, or set JEMALLOC_CFLAGS and JEMALLOC_LIBS.])
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user