mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
moved START_AND_EXIT check so it can actually be used
fix as not to overwrite previoulsy set flags in configure config/ac-macros/ha_ndbcluster.m4: fix as not to overwrite previoulsy set flags in configure configure.in: fix as not to overwrite previoulsy set flags in configure mysql-test/mysql-test-run.sh: movet START_AND_EXIT check so it can actually be used
This commit is contained in:
parent
43abffc89b
commit
4c0a0c3e56
3 changed files with 9 additions and 6 deletions
|
|
@ -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([])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue