summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2012-10-30 13:26:24 +0100
committerVolker Lendecke <vl@samba.org>2012-11-02 13:47:34 +0100
commitd113d8aea5411e5e0701891f44b95d6d916b1271 (patch)
tree9fbb684fc5e8c7a27cd9ee356c38acd57e7fac7e
parente5cce4f47274a02b752e47e3d1f23d3f64f72123 (diff)
downloadsamba-d113d8aea5411e5e0701891f44b95d6d916b1271.tar.gz
samba-d113d8aea5411e5e0701891f44b95d6d916b1271.tar.bz2
samba-d113d8aea5411e5e0701891f44b95d6d916b1271.zip
build(autoconf): check if we have ctdb_protocol.h in the cluster checks
Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Michael Adam <obnox@samba.org>
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 327e55ea51..179d12d120 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -4969,7 +4969,7 @@ ctdb_broken="no"
SAVED_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS ${SAMBA_CONFIGURE_CPPFLAGS} $CTDB_CPPFLAGS"
-AC_CHECK_HEADERS(ctdb.h ctdb_private.h,,,[
+AC_CHECK_HEADERS(ctdb.h ctdb_private.h ctdb_protocol.h ,,,[
#include "confdefs.h"
#define NO_CONFIG_H
#include "replace.h"