[SCM] SAMBA-CTDB repository - branch v3-4-ctdb updated - 3.4.2-ctdb-13-7-g214b5e8

Michael Adam obnox at samba.org
Sat Dec 5 10:01:03 MST 2009


The branch, v3-4-ctdb has been updated
       via  214b5e85d35e9c4ae784691a5a6244360befa4d3 (commit)
      from  d3978e760b6d0ced0d854a6ec67da67ed16eba23 (commit)

http://gitweb.samba.org/?p=obnox/samba-ctdb.git;a=shortlog;h=v3-4-ctdb


- Log -----------------------------------------------------------------
commit 214b5e85d35e9c4ae784691a5a6244360befa4d3
Author: Michael Adam <obnox at samba.org>
Date:   Tue Dec 1 15:22:20 2009 +0100

    s3:build: fix detection of CTDB headers on systems without system-libtalloc
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source3/configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 2151f0a..5e4bb86 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -5023,7 +5023,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,,,[


-- 
SAMBA-CTDB repository


More information about the samba-cvs mailing list