Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Knot projects
Knot DNS
Commits
53780027
Commit
53780027
authored
Aug 08, 2018
by
Daniel Salzman
Browse files
configure: improve description of --with-memory-allocator
parent
fc6e08d1
Pipeline
#38844
passed with stages
in 8 minutes and 34 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
53780027
...
...
@@ -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"]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment