From d113d8aea5411e5e0701891f44b95d6d916b1271 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Baumbach?= Date: Tue, 30 Oct 2012 13:26:24 +0100 Subject: [PATCH] build(autoconf): check if we have ctdb_protocol.h in the cluster checks MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn Baumbach Reviewed-by: Michael Adam --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/configure.in b/source3/configure.in index 327e55ea515..179d12d1207 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" -- 2.11.4.GIT