summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authormonty@mysql.com <>2005-01-15 14:39:16 +0200
committermonty@mysql.com <>2005-01-15 14:39:16 +0200
commit3b0f8cabafb2cfd625158e6f1947423dd181b003 (patch)
tree3df595a961fc92c33db266c4483166ede3f4e127 /Build-tools
parentb6d46b3c4c446be023d19f58104c3c7af2e579fe (diff)
parent0a1076a25f897e4c383cdc5be6b713e65077496b (diff)
downloadmariadb-git-3b0f8cabafb2cfd625158e6f1947423dd181b003.tar.gz
Merge with global tree
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/Do-compile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile
index c640a1c1bb7..68d5b5166ea 100755
--- a/Build-tools/Do-compile
+++ b/Build-tools/Do-compile
@@ -265,7 +265,8 @@ if ($opt_stage <= 1)
$opt_config_options.= " --with-berkeley-db" if ($opt_bdb);
$opt_config_options.= " --with-zlib-dir=bundled" if ($opt_bundled_zlib);
$opt_config_options.= " --with-client-ldflags=-all-static" if ($opt_static_client);
- $opt_config_options.= " --with-debug" if ($opt_with_debug);
+ $opt_config_options.= " --with-debug" if ($opt_with_debug);
+ $opt_config_options.= " --without-ndb-debug" if ($opt_with_debug && $opt_with_cluster);
$opt_config_options.= " --with-libwrap" if ($opt_libwrap);
$opt_config_options.= " --with-low-memory" if ($opt_with_low_memory);
$opt_config_options.= " --with-mysqld-ldflags=-all-static" if ($opt_static_server);