summaryrefslogtreecommitdiff
path: root/source4/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-03-30 10:48:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:20 -0500
commit0403e2032b258d25f6ff744029c3a0327cebda5a (patch)
tree76ddaddc52c9c7bc19986739995d4d8e19757c53 /source4/configure.in
parent4581134bf5c9c348ba56fea3886c58234774f522 (diff)
downloadsamba-0403e2032b258d25f6ff744029c3a0327cebda5a.tar.gz
samba-0403e2032b258d25f6ff744029c3a0327cebda5a.tar.bz2
samba-0403e2032b258d25f6ff744029c3a0327cebda5a.zip
r6129: - add our own MSZIP decompression implementation
(taken from cabextract.c from KDE) this code maybe need to be rewritten and the compression side needs to be done, but for now it seems to works - remove the dependency to zlib metze (This used to be commit 5e8558c5b4365a494aa054c3e08d4084b319e6e5)
Diffstat (limited to 'source4/configure.in')
-rw-r--r--source4/configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/configure.in b/source4/configure.in
index 4b49591589..600d10e272 100644
--- a/source4/configure.in
+++ b/source4/configure.in
@@ -23,7 +23,6 @@ SMB_INCLUDE_M4(param/config.m4)
SMB_INCLUDE_M4(auth/kerberos/kerberos.m4)
SMB_INCLUDE_M4(auth/gensec/gensec.m4)
SMB_INCLUDE_M4(libcli/config.m4)
-SMB_INCLUDE_M4(librpc/config.m4)
SMB_INCLUDE_M4(smbd/process_model.m4)
SMB_INCLUDE_M4(lib/registry/config.m4)
SMB_INCLUDE_M4(scripting/config.m4)