Commit 77a68876 authored by unknown's avatar unknown

- added missing option "--without-embedded" to be able to compile without

   the embedded server (it was missing in the previous push)

parent fd9b1775
......@@ -51,6 +51,7 @@ GetOptions(
"with-low-memory",
"with-other-libc=s",
"with-small-disk",
"without-embedded",
) || usage();
usage() if ($opt_help);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment