From 6cec40529d3276e24c7241a39ff99fbd292b0346 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 4 Mar 2007 18:35:42 +0000 Subject: r21684: remove summary line for gtk code, as it's now maintained out-of-tree (This used to be commit 0200971142b15248d7979746e4c3ada14e62bf4f) --- source4/build/smb_build/summary.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/build/smb_build') diff --git a/source4/build/smb_build/summary.pm b/source4/build/smb_build/summary.pm index de4ab43d24..7b84266d62 100644 --- a/source4/build/smb_build/summary.pm +++ b/source4/build/smb_build/summary.pm @@ -39,7 +39,6 @@ sub show($$) my ($output,$config) = @_; print "Summary:\n\n"; - showitem($output, "GTK+ frontends", ["gtk","gconf"]); showitem($output, "SSL in SWAT and LDAP", ["GNUTLS"]); showitem($output, "threads in smbd (see --with-pthread)", ["PTHREAD"]); showitem($output, "intelligent command line editing", ["READLINE"]); -- cgit