From: Jelmer Vernooij Date: Mon, 22 Dec 2008 17:14:59 +0000 (+0100) Subject: merged build: Build Samba 4 using shared libraries internally, when X-Git-Tag: samba-4.0.0alpha6~420 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0dbc9865fd0533828a4b500e51e3aee2c494877;p=thirdparty%2Fsamba.git merged build: Build Samba 4 using shared libraries internally, when we're also doing so for Samba 3. This saves a significant amount of disk space. --- diff --git a/source3/samba4.m4 b/source3/samba4.m4 index 36ca9a518ff..3a78ba45667 100644 --- a/source3/samba4.m4 +++ b/source3/samba4.m4 @@ -117,7 +117,7 @@ m4_include(kdc/config.m4) m4_include(ntvfs/sysdep/config.m4) m4_include(../nsswitch/config.m4) -USESHARED=false +USESHARED=$BLDSHARED AC_SUBST(INTERN_LDFLAGS) AC_SUBST(INSTALL_LINK_FLAGS)