mirror of
https://github.com/samba-team/samba.git
synced 2025-09-09 01:44:21 +03:00
r17138: In preparation for the cluster merge, add an empty configure option :-)
Volker
(This used to be commit 906720649b
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
8cfb182bdb
commit
0e2f7c0ea4
@@ -4729,6 +4729,20 @@ if test "x$with_spinlocks" = "xyes"; then
|
|||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#################################################
|
||||||
|
# check for cluster extensions
|
||||||
|
|
||||||
|
AC_MSG_CHECKING(whether to include cluster support)
|
||||||
|
AC_ARG_WITH(cluster-support,
|
||||||
|
[ --with-cluster-support Enable cluster extensions (default=no)])
|
||||||
|
if test "x$with_cluster_support" = "xyes"; then
|
||||||
|
AC_DEFINE(CLUSTER_SUPPORT,1,[Whether to enable cluster extensions])
|
||||||
|
AC_MSG_RESULT(yes)
|
||||||
|
else
|
||||||
|
AC_MSG_RESULT(no)
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
# check for ACL support
|
# check for ACL support
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user