s3:configure: autodetect ctdb/cluster support
[metze/samba/wip.git] / source3 / m4 / check_path.m4
index 2a468d7002ae92b823d47eb41ba205cc6642d438..12b998747ac8d90ebe44647ebf092f9a902db52f 100644 (file)
@@ -214,19 +214,6 @@ AC_ARG_WITH(logfilebase,
   esac])
 
 
-#################################################
-# 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,
@@ -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)