[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1702-g8811aa1

Volker Lendecke vlendec at samba.org
Wed May 20 06:42:09 GMT 2009


The branch, master has been updated
       via  8811aa1376b44e1d43c4e428ed0c8d3d405c88fa (commit)
      from  ac65ae9b1d0bba2420847dae48f5b07ed072b030 (commit)

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


- Log -----------------------------------------------------------------
commit 8811aa1376b44e1d43c4e428ed0c8d3d405c88fa
Author: Volker Lendecke <vl at samba.org>
Date:   Wed May 20 08:39:45 2009 +0200

    Only build the krb5 locator when building shared libs

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

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


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 0393a75..e505253 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3327,7 +3327,9 @@ if test x"$with_ads_support" != x"no"; then
   AC_CHECK_HEADERS(krb5/locate_plugin.h)
   if test x"$ac_cv_header_krb5_locate_plugin_h" = x"yes"; then
 	WINBIND_KRB5_LOCATOR="bin/winbind_krb5_locator.$SHLIBEXT"
-	EXTRA_ALL_TARGETS="$EXTRA_ALL_TARGETS $WINBIND_KRB5_LOCATOR"
+	if test x"$BLDSHARED" = x"true" ; then
+		EXTRA_ALL_TARGETS="$EXTRA_ALL_TARGETS $WINBIND_KRB5_LOCATOR"
+	fi
   fi
 fi
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list