summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-06-10 09:52:04 +0200
committerStefan Metzmacher <metze@samba.org>2008-06-10 09:52:04 +0200
commit7206c5fc4a0fc9d310fef199c6ff9d0300bc956b (patch)
treee3a89790dc1246306b7e07cccd6c1d191b4cde6e /source4/build
parent85087ce095499dbadc5e9e394c22b08e6206a6f2 (diff)
downloadsamba-7206c5fc4a0fc9d310fef199c6ff9d0300bc956b.tar.gz
samba-7206c5fc4a0fc9d310fef199c6ff9d0300bc956b.tar.bz2
samba-7206c5fc4a0fc9d310fef199c6ff9d0300bc956b.zip
Revert "Add configure test for vdeplug library."
This reverts commit 89590d7dfe0735093a4a5b66eeed9276df043ac9. We don't need this yet and currently config.m4 is also used by samba3 which bail out with the check in it, as it doesn't know about the SMB_EXT_LIB() macro metze (This used to be commit bd0ec1754e6e187d421a718410ecd7c21922aa8b)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/summary.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/build/smb_build/summary.pm b/source4/build/smb_build/summary.pm
index a6557fb1fe..4ea1ad525e 100644
--- a/source4/build/smb_build/summary.pm
+++ b/source4/build/smb_build/summary.pm
@@ -53,9 +53,6 @@ sub show($$)
showitem($output, "using libblkid", ["BLKID"]);
showitem($output, "using iconv", ["ICONV"]);
showitem($output, "using pam", ["PAM"]);
- if (enabled($config->{developer})) {
- showitem($output, "using VDE", ["VDEPLUG"]);
- }
showitem($output, "python bindings", ["LIBPYTHON"]);
showisexternal($output, "popt", "LIBPOPT");
showisexternal($output, "talloc", "LIBTALLOC");