From: Stefan Metzmacher Date: Tue, 18 Mar 2008 13:55:05 +0000 (+0100) Subject: libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIB X-Git-Tag: samba-3.3.0pre1~3253 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b141fce01dd40b25cce52852cd93f0f907c3b008;p=thirdparty%2Fsamba.git libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIB metze (cherry picked from commit 79037c31334e271a718fcac234148038814b591e) --- diff --git a/source/lib/replace/samba.m4 b/source/lib/replace/samba.m4 index a2e04f53b1d..e62c3d3cd17 100644 --- a/source/lib/replace/samba.m4 +++ b/source/lib/replace/samba.m4 @@ -3,6 +3,9 @@ AC_LIBREPLACE_BROKEN_CHECKS SMB_EXT_LIB(LIBREPLACE_EXT, [${LIBDL}]) SMB_ENABLE(LIBREPLACE_EXT) +SMB_EXT_LIB(LIBREPLACE_NETWORK, [${LIBREPLACE_NETWORK_LIBS}]) +SMB_ENABLE(LIBREPLACE_NETWORK) + # remove leading ./ LIBREPLACE_DIR=`echo ${libreplacedir} |sed -e 's/^\.\///g'`