diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-03-04 18:35:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:11 -0500 |
commit | 6cec40529d3276e24c7241a39ff99fbd292b0346 (patch) | |
tree | 6507807a5c69b916b60afdfdae99b23fe15889e3 /source4 | |
parent | e4659536626b758adb884005d1bf60290481a1e9 (diff) | |
download | samba-6cec40529d3276e24c7241a39ff99fbd292b0346.tar.gz samba-6cec40529d3276e24c7241a39ff99fbd292b0346.tar.bz2 samba-6cec40529d3276e24c7241a39ff99fbd292b0346.zip |
r21684: remove summary line for gtk code, as it's now maintained out-of-tree
(This used to be commit 0200971142b15248d7979746e4c3ada14e62bf4f)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/build/smb_build/summary.pm | 1 |
1 files changed, 0 insertions, 1 deletions
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"]); |