summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m47
1 files changed, 6 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 4f2ad8daf91..d7e22332655 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1624,7 +1624,12 @@ AC_DEFUN([MYSQL_CHECK_NDB_OPTIONS], [
--without-ndb-debug Disable special ndb debug features],
[ndb_debug="$withval"],
[ndb_debug="default"])
-
+ AC_ARG_WITH([ndb-ccflags],
+ [
+ --with-ndb-ccflags Extra CC options for ndb compile],
+ [ndb_cxxflags_fix="$ndb_cxxflags_fix $withval"],
+ [ndb_cxxflags_fix=$ndb_cxxflags_fix])
+
AC_MSG_CHECKING([for NDB Cluster options])
AC_MSG_RESULT([])