summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2006-02-15 21:04:42 +0100
committerunknown <joerg@mysql.com>2006-02-15 21:04:42 +0100
commitf80cf408d0f0e351d91325a289e7956d93d5d226 (patch)
tree46becca88e56a4ff3c0783b2e307446d9373d20f /config
parent48b224fa18e8b08f0a6941e06308ea80781bf017 (diff)
downloadmariadb-git-f80cf408d0f0e351d91325a289e7956d93d5d226.tar.gz
config/ac-macros/ha_ndbcluster.m4 : Get back the message "Using NDB Cluster".
config/ac-macros/ha_ndbcluster.m4: Get back the message "Using NDB Cluster". This is used by "gen-build-status-page" to differ between builds with and without NDB.
Diffstat (limited to 'config')
-rw-r--r--config/ac-macros/ha_ndbcluster.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/config/ac-macros/ha_ndbcluster.m4 b/config/ac-macros/ha_ndbcluster.m4
index 1a942e72375..8e839d8fee9 100644
--- a/config/ac-macros/ha_ndbcluster.m4
+++ b/config/ac-macros/ha_ndbcluster.m4
@@ -182,6 +182,7 @@ AC_DEFUN([NDBCLUSTER_WORKAROUNDS], [
AC_DEFUN([MYSQL_SETUP_NDBCLUSTER], [
+ AC_MSG_RESULT([Using NDB Cluster])
with_partition="yes"
ndb_cxxflags_fix=""
TEST_NDBCLUSTER="--ndbcluster"