1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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:
lenz@mysql.com
2003-08-21 12:15:22 +02:00
parent 165dc895b3
commit cba9cbddfc

View File

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