summaryrefslogtreecommitdiff
path: root/source3/lib/replace/samba.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-03-18 14:55:05 +0100
committerStefan Metzmacher <metze@samba.org>2008-03-18 16:34:12 +0100
commitecf70c9a54d08d042756688ad84fd86f9ccf51fd (patch)
tree6f43cf9abec6495ad60f1f725b7b333d31392433 /source3/lib/replace/samba.m4
parentaa42e5ecac597896df1f528e5227457a197c8fd4 (diff)
downloadsamba-ecf70c9a54d08d042756688ad84fd86f9ccf51fd.tar.gz
samba-ecf70c9a54d08d042756688ad84fd86f9ccf51fd.tar.bz2
samba-ecf70c9a54d08d042756688ad84fd86f9ccf51fd.zip
libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIB
metze (cherry picked from commit 79037c31334e271a718fcac234148038814b591e) (This used to be commit b141fce01dd40b25cce52852cd93f0f907c3b008)
Diffstat (limited to 'source3/lib/replace/samba.m4')
-rw-r--r--source3/lib/replace/samba.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/lib/replace/samba.m4 b/source3/lib/replace/samba.m4
index a2e04f53b1..e62c3d3cd1 100644
--- a/source3/lib/replace/samba.m4
+++ b/source3/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'`