diff options
author | unknown <tulin@build.mysql.com> | 2005-01-19 14:20:26 +0100 |
---|---|---|
committer | unknown <tulin@build.mysql.com> | 2005-01-19 14:20:26 +0100 |
commit | 3234eb5687a811bc8ddc6d00ba98db7fdb07236e (patch) | |
tree | 526aebebe1b5845dd85b5acb95c2ae892d6818da /config | |
parent | ff99f5925dc0e43413b0b48ec0ae7ad3564edc70 (diff) | |
download | mariadb-git-3234eb5687a811bc8ddc6d00ba98db7fdb07236e.tar.gz |
added configure option to set extra ndb cc-flags
Diffstat (limited to 'config')
-rw-r--r-- | config/ac-macros/ha_ndbcluster.m4 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/ac-macros/ha_ndbcluster.m4 b/config/ac-macros/ha_ndbcluster.m4 index 433bba95e91..751a11d1895 100644 --- a/config/ac-macros/ha_ndbcluster.m4 +++ b/config/ac-macros/ha_ndbcluster.m4 @@ -61,7 +61,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=$withval], + [ndb_cxxflags_fix=]) + AC_MSG_CHECKING([for NDB Cluster options]) AC_MSG_RESULT([]) |