1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

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

the embedded server (it was missing in the previous push)
This commit is contained in:
unknown
2003-08-21 12:15:22 +02:00
parent fd9b177564
commit 77a688766f

View File

@@ -51,6 +51,7 @@ GetOptions(
"with-low-memory",
"with-other-libc=s",
"with-small-disk",
"without-embedded",
) || usage();
usage() if ($opt_help);