[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2459-gaf5ec88

Michael Adam obnox at samba.org
Tue Feb 19 23:18:21 GMT 2008


The branch, v3-2-test has been updated
       via  af5ec88ece3ecca2b3c5d6585deec10fe851339b (commit)
      from  69b2ebc797fa986bf395f4d045ea663240e9ec2c (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit af5ec88ece3ecca2b3c5d6585deec10fe851339b
Author: Michael Adam <obnox at samba.org>
Date:   Wed Feb 20 00:17:31 2008 +0100

    configure: Use SAMBA_CONFIGURE_CPPFLAGS for AC_LIBREPLACE_BROKEN_CHECKS.
    
    To fix the build (make test) after merging libreplace changes.
    
    Michael

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

Summary of changes:
 source/configure.in |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/configure.in b/source/configure.in
index 6ff1df2..afe68d7 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -685,8 +685,13 @@ exit(1);
 
 esac
 
+SAVE_CPPFLAGS="${CPPFLAGS}"
+CPPFLAGS="${CPPFLAGS} ${SAMBA_CONFIGURE_CPPFLAGS}"
+
 AC_LIBREPLACE_BROKEN_CHECKS
 
+CPPFLAGS="${SAVE_CPPFLAGS}"
+
 LIBREPLACE_DIR=`echo ${libreplacedir} | sed -e "s;${srcdir};;" -e "s;^/;;"`
 
 LIBREPLACE_OBJS=""


-- 
Samba Shared Repository


More information about the samba-cvs mailing list