diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-03-19 10:18:35 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-03-19 10:18:35 +1100 |
commit | b1b37e3776c6e6e20f42140a907e296b65cc0c62 (patch) | |
tree | 601f049791bcbd9df9daef64b0b1003dbf1a413b /source4/lib/replace/samba.m4 | |
parent | 9e6b0c28712ee77ce878809c8576826a3ba08d95 (diff) | |
parent | 52669d84722c175555e17a222077f845d9aa958f (diff) | |
download | samba-b1b37e3776c6e6e20f42140a907e296b65cc0c62.tar.gz samba-b1b37e3776c6e6e20f42140a907e296b65cc0c62.tar.bz2 samba-b1b37e3776c6e6e20f42140a907e296b65cc0c62.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
(This used to be commit 400c16e7004bc3a881bb6efb99a273cdac87f70c)
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'` |