[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1651-gf5c96e5

Michael Adam obnox at samba.org
Fri May 15 21:45:28 GMT 2009


The branch, master has been updated
       via  f5c96e54c633717ffe1a967f4ab9fdede31fa749 (commit)
      from  8b4e491ab0af013ef1e3b4e3d85b4f9cd985d8d6 (commit)

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


- Log -----------------------------------------------------------------
commit f5c96e54c633717ffe1a967f4ab9fdede31fa749
Author: Michael Adam <obnox at samba.org>
Date:   Fri May 15 23:35:55 2009 +0200

    s3:build: fix linking with --disable-shared-libs
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source3/m4/aclocal.m4 b/source3/m4/aclocal.m4
index ae20502..c792057 100644
--- a/source3/m4/aclocal.m4
+++ b/source3/m4/aclocal.m4
@@ -151,6 +151,7 @@ if eval test x"$build_lib" = "xyes" ; then
 	else
 		enable_static=yes
 		LIBUC[_TARGET]=$LIBUC[_STATIC_TARGET]
+		LIBUC[_LIBS]=$LIBUC[_STATIC_TARGET]
 		AC_MSG_RESULT(no shared library support -- will supply static library)
 	fi
 else


-- 
Samba Shared Repository


More information about the samba-cvs mailing list