[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0pre2-245-gb6c8524

Karolin Seeger kseeger at samba.org
Mon Mar 31 10:46:47 GMT 2008


The branch, v3-2-stable has been updated
       via  b6c8524b2cc615ae86636305d98e621ab36d8723 (commit)
      from  02c9176ec91184900846be011f92ff6b8524b948 (commit)

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


- Log -----------------------------------------------------------------
commit b6c8524b2cc615ae86636305d98e621ab36d8723
Author: Michael Adam <obnox at samba.org>
Date:   Mon Mar 31 11:58:35 2008 +0200

    build: fix configure option --with-static-libs=libXYZ
    
    This should not prevent building but linking of shared lib for
    subsystem XYZ (example --with-static-libs=libtdb).
    
    m4 quotation is tricky...
    
    Michael
    (cherry picked from commit 4d0a5d5c93ddab444a0097e1c56e4363574cb2b6)

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

Summary of changes:
 source/m4/aclocal.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/m4/aclocal.m4 b/source/m4/aclocal.m4
index ef0abad..48cdacc 100644
--- a/source/m4/aclocal.m4
+++ b/source/m4/aclocal.m4
@@ -100,7 +100,7 @@ build_lib=yes
 if eval test x"$build_lib" = "xyes" -a $BLDSHARED = true; then
 	LIBUC[_SHARED]=$LIBUC[_SHARED_TARGET]
 	AC_MSG_RESULT(yes)
-	if test x"$USESHARED" != x"true" -o x"$LINK_LIBUC" = "xSTATIC" ; then
+	if test x"$USESHARED" != x"true" -o x"$[LINK_]LIBUC" = "xSTATIC" ; then
 		LIBUC[_STATIC]=$LIBUC[_STATIC_TARGET]
 	else
 		LIBUC[_LIBS]=LIBLIBS


-- 
Samba Shared Repository


More information about the samba-cvs mailing list