diff options
author | tomas@poseidon.ndb.mysql.com <> | 2005-01-21 08:41:38 +0100 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2005-01-21 08:41:38 +0100 |
commit | 72dc9ff915e195f6adb297f5a362a2f8763f99ca (patch) | |
tree | 827086ecaf5900401728f176ad936c75f99855d6 /config | |
parent | 61b1de9533a50f1badafd3540ec0c66dc046a9f6 (diff) | |
download | mariadb-git-72dc9ff915e195f6adb297f5a362a2f8763f99ca.tar.gz |
moved START_AND_EXIT check so it can actually be used
fix as not to overwrite previoulsy set flags in configure
Diffstat (limited to 'config')
-rw-r--r-- | config/ac-macros/ha_ndbcluster.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/ac-macros/ha_ndbcluster.m4 b/config/ac-macros/ha_ndbcluster.m4 index 751a11d1895..dc5e0e73558 100644 --- a/config/ac-macros/ha_ndbcluster.m4 +++ b/config/ac-macros/ha_ndbcluster.m4 @@ -64,8 +64,8 @@ AC_DEFUN([MYSQL_CHECK_NDB_OPTIONS], [ AC_ARG_WITH([ndb-ccflags], [ --with-ndb-ccflags Extra CC options for ndb compile], - [ndb_cxxflags_fix=$withval], - [ndb_cxxflags_fix=]) + [ndb_cxxflags_fix="$ndb_cxxflags_fix $withval"], + [ndb_cxxflags_fix=$ndb_cxxflags_fix]) AC_MSG_CHECKING([for NDB Cluster options]) AC_MSG_RESULT([]) |