The branch, v3-6-test has been updated
       via  27833f5... s3/configure: Disable the automatic merged build.
      from  8c0c394... VERSION: Bump version to 3.6.0pre1.

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


- Log -----------------------------------------------------------------
commit 27833f5ec12944ac3e521ee62856654c8cca9eba
Author: Karolin Seeger <[email protected]>
Date:   Wed Apr 15 09:52:23 2009 +0200

    s3/configure: Disable the automatic merged build.
    
    Karolin

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

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


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 905ad23..4c479ce 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -6816,9 +6816,10 @@ if test x$enable_merged_build = xauto; then
        AC_MSG_RESULT([$merged_build_possible])
 
        # Enable merged build automatically if possible, when in developer mode
-       if test "x$developer" = xyes; then
-               enable_merged_build=$merged_build_possible
-       fi
+       # Don't enable merged build automatically in 3.6.0.
+       #if test "x$developer" = xyes; then
+       #       enable_merged_build=$merged_build_possible
+       #fi
 fi
 
 if test x$enable_merged_build = xyes; then


-- 
Samba Shared Repository

Reply via email to