]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIB
authorStefan Metzmacher <metze@samba.org>
Tue, 18 Mar 2008 13:55:05 +0000 (14:55 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 18 Mar 2008 15:34:12 +0000 (16:34 +0100)
metze
(cherry picked from commit 79037c31334e271a718fcac234148038814b591e)

source/lib/replace/samba.m4

index a2e04f53b1d7f006240a621065701d8224a57d36..e62c3d3cd1740f435936c4ecb95852aa9443c6e6 100644 (file)
@@ -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'`