mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
added configure option to set extra ndb cc-flags
This commit is contained in:
parent
ff99f5925d
commit
3234eb5687
2 changed files with 6 additions and 2 deletions
|
|
@ -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([])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue