diff options
author | unknown <tomas@poseidon.(none)> | 2004-05-27 16:28:41 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.(none)> | 2004-05-27 16:28:41 +0000 |
commit | 29f3f5335d1809844fd88b953b98ee32f5022c5f (patch) | |
tree | 53ba7c3347f44416751ef25df92f5023078dc947 /configure.in | |
parent | 4688d39aaddd9c43e1f30b3f70717fe781e30577 (diff) | |
download | mariadb-git-29f3f5335d1809844fd88b953b98ee32f5022c5f.tar.gz |
ndb fixes see files
acconfig.h:
added switched for shm sci in ndb
acinclude.m4:
added switched for shm sci in ndb
configure.in:
added dependency for ndblibs to mysql server
ndb/src/common/transporter/Makefile.am:
small fix
ndb/src/common/transporter/Transporter.hpp:
ndb_global for sci and shm defines
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 46f56dfc404..f3d785ff19e 100644 --- a/configure.in +++ b/configure.in @@ -1120,7 +1120,7 @@ dnl Is this the right match for DEC OSF on alpha? sql/Makefile.in) # Use gen_lex_hash.linux instead of gen_lex_hash # Add library dependencies to mysqld_DEPENDENCIES - lib_DEPENDENCIES="\$(bdb_libs_with_path) \$(innodb_libs) \$(pstack_libs) \$(innodb_system_libs) \$(openssl_libs)" + lib_DEPENDENCIES="\$(bdb_libs_with_path) \$(innodb_libs) \$(ndbcluster_libs) \$(pstack_libs) \$(innodb_system_libs) \$(openssl_libs)" cat > $filesed << EOF s,\(^.*\$(MAKE) gen_lex_hash\)\$(EXEEXT),#\1, s,\(\./gen_lex_hash\)\$(EXEEXT),\1.linux, @@ -2925,9 +2925,6 @@ AC_SUBST(mgmapiincludedir) #AC_SUBST(NDB_TYPE_KERNEL) #AC_SUBST(NDB_TYPE_UTIL) -# define(NDB_MAKEFILES, [ dnl -# ]) - AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS) # Output results |