summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-12-01 15:22:20 +0100
committerMichael Adam <obnox@samba.org>2009-12-01 17:10:25 +0100
commit9d8867f67626ccd93260e83a50aa978d3e12ad1e (patch)
treef3dc97a5f802d8c9a4bd33d1865264df8072bb59
parent51b6e23f9a88f1c8fabb67d5e6d9b81aa562623a (diff)
downloadsamba-9d8867f67626ccd93260e83a50aa978d3e12ad1e.tar.gz
samba-9d8867f67626ccd93260e83a50aa978d3e12ad1e.tar.bz2
samba-9d8867f67626ccd93260e83a50aa978d3e12ad1e.zip
s3:build: fix detection of CTDB headers on systems without system-libtalloc
Michael
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index af52c933bd..fc62fc20ea 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,,,[