diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-25 16:12:05 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:46:09 +0100 |
commit | 990c3cf68cef38485164184750add260ea64d065 (patch) | |
tree | 296ec791b8ccd34d1817767d6ff8d3c89f8b8f0b | |
parent | eaecbfa0e2703d429b295e51e230545ed8f3462c (diff) | |
download | samba-990c3cf68cef38485164184750add260ea64d065.tar.gz samba-990c3cf68cef38485164184750add260ea64d065.tar.bz2 samba-990c3cf68cef38485164184750add260ea64d065.zip |
r26116: Mention python in the config.status summary.
(This used to be commit 65cabf7cf73e0727ae5c8e8828b7f414f5ea17f3)
-rw-r--r-- | source4/build/smb_build/summary.pm | 1 |
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"); |