summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-08-21 12:15:22 +0200
committerlenz@mysql.com <>2003-08-21 12:15:22 +0200
commitcba9cbddfcea237ee158b28dee01666fbb216d8c (patch)
tree022421a23a72fba42305235f5be25ec4e7b29252 /Build-tools
parent165dc895b3f90b96c67e7a72417d7c9dfd81238a (diff)
downloadmariadb-git-cba9cbddfcea237ee158b28dee01666fbb216d8c.tar.gz
- added missing option "--without-embedded" to be able to compile without
the embedded server (it was missing in the previous push)
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/Do-compile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile
index 6cf577162ed..e5783dbf515 100755
--- a/Build-tools/Do-compile
+++ b/Build-tools/Do-compile
@@ -51,6 +51,7 @@ GetOptions(
"with-low-memory",
"with-other-libc=s",
"with-small-disk",
+ "without-embedded",
) || usage();
usage() if ($opt_help);