summaryrefslogtreecommitdiff
path: root/source3/m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-28 17:36:36 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-29 17:40:13 +0100
commit11163720e6f30e83f523c5009e1e60b5cf28cda6 (patch)
tree09fbcbd7b915ed904b6ef2a1f7e2051a2985771b /source3/m4
parent7540d13956a8a69d25f6fbbc4f9a3417e91db1d2 (diff)
downloadsamba-11163720e6f30e83f523c5009e1e60b5cf28cda6.tar.gz
samba-11163720e6f30e83f523c5009e1e60b5cf28cda6.tar.bz2
samba-11163720e6f30e83f523c5009e1e60b5cf28cda6.zip
s3:configure: autodetect ctdb/cluster support
We need to make sure ctdb has transaction support and we autodetect ipv6 support. metze
Diffstat (limited to 'source3/m4')
-rw-r--r--source3/m4/check_path.m414
1 files changed, 0 insertions, 14 deletions
diff --git a/source3/m4/check_path.m4 b/source3/m4/check_path.m4
index 2a468d7002..12b998747a 100644
--- a/source3/m4/check_path.m4
+++ b/source3/m4/check_path.m4
@@ -215,19 +215,6 @@ AC_ARG_WITH(logfilebase,
#################################################
-# set ctdb source directory location
-AC_ARG_WITH(ctdb,
-[AS_HELP_STRING([--with-ctdb=DIR], [Where to find ctdb sources])],
-[ case "$withval" in
- yes|no)
- AC_MSG_WARN([--with-ctdb called without argument])
- ;;
- * )
- ctdbdir="$withval"
- ;;
- esac])
-
-#################################################
# set shared modules (internal lib) directory location
AC_ARG_WITH(modulesdir,
[AS_HELP_STRING([--with-modulesdir=DIR], [Where to put shared modules ($libdir)])],
@@ -297,7 +284,6 @@ AC_SUBST(lockdir)
AC_SUBST(piddir)
AC_SUBST(ncalrpcdir)
AC_SUBST(logfilebase)
-AC_SUBST(ctdbdir)
AC_SUBST(privatedir)
AC_SUBST(swatdir)
AC_SUBST(bindir)