From: Michael Adam Date: Tue, 1 Dec 2009 14:22:20 +0000 (+0100) Subject: s3:build: fix detection of CTDB headers on systems without system-libtalloc X-Git-Tag: release-4-0-0alpha10~152 X-Git-Url: http://git.samba.org/?p=amitay%2Fsamba.git;a=commitdiff_plain;h=9d8867f67626ccd93260e83a50aa978d3e12ad1e s3:build: fix detection of CTDB headers on systems without system-libtalloc Michael --- diff --git a/source3/configure.in b/source3/configure.in index af52c933bdf..fc62fc20ea6 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -5204,7 +5204,7 @@ AC_ARG_WITH(ctdb, esac]) SAVED_CPPFLAGS="$CPPFLAGS" -CPPFLAGS="$CPPFLAGS $CTDB_CPPFLAGS" +CPPFLAGS="$CPPFLAGS ${SAMBA_CONFIGURE_CPPFLAGS} $CTDB_CPPFLAGS" ctdb_broken="missing or broken headers" AC_CHECK_HEADERS(ctdb.h ctdb_private.h,,,[