diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-03-18 14:55:05 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-03-18 15:59:22 +0100 |
commit | 23c35481fa0e0168d89c91c8bc3cb8d3cf82c213 (patch) | |
tree | 8259e282d67b71ec57a0e59ed3f93851d4c24951 /source4/lib/replace/samba.m4 | |
parent | 1ef171f6e00470276b65289878d0006dc9b7f97f (diff) | |
download | samba-23c35481fa0e0168d89c91c8bc3cb8d3cf82c213.tar.gz samba-23c35481fa0e0168d89c91c8bc3cb8d3cf82c213.tar.bz2 samba-23c35481fa0e0168d89c91c8bc3cb8d3cf82c213.zip |
libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIB
metze
(This used to be commit 79037c31334e271a718fcac234148038814b591e)
Diffstat (limited to 'source4/lib/replace/samba.m4')
-rw-r--r-- | source4/lib/replace/samba.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/replace/samba.m4 b/source4/lib/replace/samba.m4 index a2e04f53b1..e62c3d3cd1 100644 --- a/source4/lib/replace/samba.m4 +++ b/source4/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'` |