[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2198-g4321d5a

Michael Adam obnox at samba.org
Wed Feb 13 14:37:10 GMT 2008


The branch, v3-2-test has been updated
       via  4321d5aba7ec808aee473c1123027f14bfa19f19 (commit)
      from  198768a83242cca3f03d839598200d794bb11606 (commit)

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


- Log -----------------------------------------------------------------
commit 4321d5aba7ec808aee473c1123027f14bfa19f19
Author: Michael Adam <obnox at samba.org>
Date:   Wed Feb 13 14:53:34 2008 +0100

    Remove --enable-libwbclient-shared , use --with-static-libs=libwbclient instead.
    
    Use the more general mechanism.
    The enable_developer-check is preserved, of course.
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/configure.in b/source/configure.in
index a22979e..9b3f5b9 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -6272,13 +6272,11 @@ if test x"$HAVE_WINBIND" = x"no"; then
 	WINBIND_WINS_NSS=""
 fi
 
-BUILD_LIBWBCLIENT_SHARED=yes
-
-AC_ARG_ENABLE(libwbclient-shared,
-[AS_HELP_STRING([--enable-libwbclient-shared], [Build libwbclient as shared object (default=yes, \"no\" only for --enable-developer)])],
-	[if eval "test x$enable_developer = xyes -a x$enable_libwbclient_shared = xno" ; then
-		BUILD_LIBWBCLIENT_SHARED=no
-	fi])
+if test x"$enable_developer" = x"yes" -a x"$LINK_LIBWBCLIENT" = x"STATIC" ; then
+	BUILD_LIBWBCLIENT_SHARED=no
+else
+	BUILD_LIBWBCLIENT_SHARED=yes
+fi
 
 if test $BLDSHARED = true -a x"$HAVE_WINBIND" = x"yes" -a x"$BUILD_LIBWBCLIENT_SHARED" = x"yes"; then
 	NSS_MODULES="${WINBIND_NSS} ${WINBIND_WINS_NSS}"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list