diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-19 23:00:43 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-19 23:00:43 +0100 |
commit | 836bab841cff78c40714048f8024535cb7a147f9 (patch) | |
tree | 2c1ec6da55774ecfc26613e00ae9934be8c9db6c /source4/build | |
parent | 1507b886f8093f38cf84d62236fb076395557b4d (diff) | |
download | samba-836bab841cff78c40714048f8024535cb7a147f9.tar.gz samba-836bab841cff78c40714048f8024535cb7a147f9.tar.bz2 samba-836bab841cff78c40714048f8024535cb7a147f9.zip |
Add configure test for vdeplug library.
(This used to be commit 89590d7dfe0735093a4a5b66eeed9276df043ac9)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/smb_build/summary.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/build/smb_build/summary.pm b/source4/build/smb_build/summary.pm index 4ea1ad525e..a6557fb1fe 100644 --- a/source4/build/smb_build/summary.pm +++ b/source4/build/smb_build/summary.pm @@ -53,6 +53,9 @@ 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"); |