From: Björn Baumbach Date: Tue, 30 Oct 2012 12:26:24 +0000 (+0100) Subject: build(autoconf): check if we have ctdb_protocol.h in the cluster checks X-Git-Tag: ldb-1.1.14~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d113d8aea5411e5e0701891f44b95d6d916b1271;p=thirdparty%2Fsamba.git build(autoconf): check if we have ctdb_protocol.h in the cluster checks Signed-off-by: Björn Baumbach Reviewed-by: Michael Adam --- 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"