From 990c3cf68cef38485164184750add260ea64d065 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 25 Nov 2007 16:12:05 +0100 Subject: r26116: Mention python in the config.status summary. (This used to be commit 65cabf7cf73e0727ae5c8e8828b7f414f5ea17f3) --- source4/build/smb_build/summary.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') 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"); -- cgit