summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-25 16:12:05 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:09 +0100
commit990c3cf68cef38485164184750add260ea64d065 (patch)
tree296ec791b8ccd34d1817767d6ff8d3c89f8b8f0b /source4/build
parenteaecbfa0e2703d429b295e51e230545ed8f3462c (diff)
downloadsamba-990c3cf68cef38485164184750add260ea64d065.tar.gz
samba-990c3cf68cef38485164184750add260ea64d065.tar.bz2
samba-990c3cf68cef38485164184750add260ea64d065.zip
r26116: Mention python in the config.status summary.
(This used to be commit 65cabf7cf73e0727ae5c8e8828b7f414f5ea17f3)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/summary.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/summary.pm b/source4/build/smb_build/summary.pm
index 541a569a3b..52817f3597 100644
--- a/source4/build/smb_build/summary.pm
+++ b/source4/build/smb_build/summary.pm
@@ -54,6 +54,7 @@ sub show($$)
showitem($output, "using libblkid", ["BLKID"]);
showitem($output, "using iconv", ["ICONV"]);
showitem($output, "using pam", ["PAM"]);
+ showitem($output, "python bindings", ["LIBPYTHON"]);
showisexternal($output, "popt", "LIBPOPT");
showisexternal($output, "talloc", "LIBTALLOC");
showisexternal($output, "tdb", "LIBTDB");