[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-803-gffdc2a3

Stefan Metzmacher metze at samba.org
Wed Apr 1 14:35:41 GMT 2009


The branch, master has been updated
       via  ffdc2a3fe8437582ded1c4a3b09a54201519889b (commit)
      from  6edaf6188c8c27e319357aba920725c5c0af815e (commit)

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


- Log -----------------------------------------------------------------
commit ffdc2a3fe8437582ded1c4a3b09a54201519889b
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Apr 1 15:29:25 2009 +0200

    Print an error if trying a merged build without a system kerberos lib
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>

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

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


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index c8aabc5..d0ff14f 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3921,6 +3921,10 @@ if test x"$with_ads_support" != x"no"; then
 LIBS="$ac_save_LIBS"
 fi
 
+if test x"$use_ads" != xyes; then
+	merged_build_possible=no
+fi
+
 AC_CHECK_LIB_EXT(nscd, NSCD_LIBS, nscd_flush_cache)
 PASSDB_LIBS="$PASSDB_LIBS $NSCD_LIBS"
 
@@ -6361,6 +6365,11 @@ AC_ARG_ENABLE(merged-build,
 [AS_HELP_STRING([--enable-merged-build], [Build Samba 4 as well])], 
 [ enable_merged_build=$enableval ], [ enable_merged_build=auto ])
 
+if test x"$enable_merged_build" = x"yes" -a \
+	x"$merged_build_possible" = x"no" ; then
+	AC_MSG_ERROR(Merged build required but not possible)
+fi
+
 m4_include(../lib/zlib/zlib.m4)
 
 if test x$enable_merged_build = xauto; then


-- 
Samba Shared Repository


More information about the samba-cvs mailing list