Skip to content
Snippets Groups Projects
Commit 53780027 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

configure: improve description of --with-memory-allocator

parent fc6e08d1
No related branches found
No related tags found
No related merge requests found
Pipeline #38844 passed
......@@ -246,7 +246,8 @@ AS_IF([test "$enable_systemd" = "yes"],[
# Alternative memory allocator
malloc_LIBS=
AC_ARG_WITH([memory-allocator],
AS_HELP_STRING([--with-memory-allocator=auto|library], [Use specific memory allocator for the server [default=auto]]),
AS_HELP_STRING([--with-memory-allocator=auto|LIBRARY],
[Use specific memory allocator for the server (e.g. jemalloc) [default=auto]]),
AS_CASE([$withval],
[auto], [],
[*], [malloc_LIBS="-l$withval"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment