[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Tue May 25 01:57:16 MDT 2010


The branch, master has been updated
       via  8eed328... s3:fix configure after change "add Werror_FLAGS for IBM's xlc"
      from  f634450... s3: fix the configure run

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 8eed328cb5b9585fc6c20cfc94d64568cd30b055
Author: Michael Adam <obnox at samba.org>
Date:   Tue May 25 09:49:04 2010 +0200

    s3:fix configure after change "add Werror_FLAGS for IBM's xlc"
    
    For me, 24b3725407f1a67e13a7646d2e3f26ed1e4735ff broke configure.
    The fix in f634450b67d2a084c41a63c0e94eb47adb90e101 is not complete yet.
    After staring at the change a bit, tt seems to me that the
    code inserted was just misplaced by one line.
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index fa2e287..ff510fb 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -310,6 +310,7 @@ if test x"$samba_cv_HAVE_qhalt" = x"yes"; then
 fi
 fi
 fi
+fi
 
 ############################################
 # check if the compiler can handle negative enum values


-- 
Samba Shared Repository


More information about the samba-cvs mailing list