summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2004-12-20 16:19:22 +0100
committerunknown <tomas@poseidon.ndb.mysql.com>2004-12-20 16:19:22 +0100
commit05862273cb44524a70d3abda686a311ad6b553b1 (patch)
tree4a2311fa135d9919651cf8d40f5d560f9fc91ed3 /acinclude.m4
parent8c01aba776c21448f1f10be51200cd2d1ebd2ab5 (diff)
downloadmariadb-git-05862273cb44524a70d3abda686a311ad6b553b1.tar.gz
automatically configure with shared memory transporter for ndb if functions are available
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m418
1 files changed, 0 insertions, 18 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 730ee15ed20..4f2ad8daf91 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1599,11 +1599,6 @@ AC_DEFUN([MYSQL_CHECK_NDB_OPTIONS], [
;;
esac
- AC_ARG_WITH([ndb-shm],
- [
- --with-ndb-shm Include the NDB Cluster shared memory transporter],
- [ndb_shm="$withval"],
- [ndb_shm=no])
AC_ARG_WITH([ndb-test],
[
--with-ndb-test Include the NDB Cluster ndbapi test programs],
@@ -1633,19 +1628,6 @@ AC_DEFUN([MYSQL_CHECK_NDB_OPTIONS], [
AC_MSG_CHECKING([for NDB Cluster options])
AC_MSG_RESULT([])
- have_ndb_shm=no
- case "$ndb_shm" in
- yes )
- AC_MSG_RESULT([-- including shared memory transporter])
- AC_DEFINE([NDB_SHM_TRANSPORTER], [1],
- [Including Ndb Cluster DB shared memory transporter])
- have_ndb_shm="yes"
- ;;
- * )
- AC_MSG_RESULT([-- not including shared memory transporter])
- ;;
- esac
-
have_ndb_test=no
case "$ndb_test" in
yes )