mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
one more ndb-isolating fix
This commit is contained in:
parent
b929e7b6a4
commit
2e8fc0cae2
2 changed files with 3 additions and 0 deletions
|
|
@ -1422,6 +1422,7 @@ AC_DEFUN([MYSQL_CHECK_NDBCLUSTER], [
|
|||
;;
|
||||
esac
|
||||
|
||||
AM_CONDITIONAL(HAVE_NDBCLUSTER_DB, test "have_ndbcluster" = "yes")
|
||||
AC_SUBST(ndbcluster_includes)
|
||||
AC_SUBST(ndbcluster_libs)
|
||||
AC_SUBST(ndbcluster_system_libs)
|
||||
|
|
|
|||
|
|
@ -17,7 +17,9 @@
|
|||
|
||||
## Process this file with automake to create Makefile.in
|
||||
|
||||
if HAVE_NDBCLUSTER_DB
|
||||
SUBDIRS = ndb
|
||||
endif
|
||||
|
||||
benchdir_root= $(prefix)
|
||||
testdir = $(benchdir_root)/mysql-test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue