Skip to content
Snippets Groups Projects
Commit 59e52c29 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Documented --enable-recvmmsg in ./configure --help

parent f8d753f8
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ AC_ARG_ENABLE([debug],
# recvmmsg() (valgrind doesn't support it, so disable for debugging)
AC_ARG_ENABLE([recvmmsg],
AS_HELP_STRING([--enable-recvmmsg=yes|no], [enable recvmmsg() (kernel support required) [default=yes]]),
AS_HELP_STRING([--enable-recvmmsg=yes|no], [enable recvmmsg() network API under Linux (kernel support required) (set to 'no' if you have trouble running server under valgrind) [default=yes]]),
[case "${enableval}" in
yes)
AC_DEFINE([ENABLE_RECVMMSG], [1], [recvmmsg enabled])
......
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