From 74b68a75554f338a4af09fb3db0e01dcab97a72b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 23 Jul 2006 02:44:16 +0000 Subject: r17196: Clarify that SSL is used for LDAP as well as SWAT. Andrew Bartlett (This used to be commit d79bfbe87d4eb0e3541f5bdd7eed888ccb20a710) --- source4/build/smb_build/summary.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build') diff --git a/source4/build/smb_build/summary.pm b/source4/build/smb_build/summary.pm index 8e4d36e4ad..83b6ed0757 100644 --- a/source4/build/smb_build/summary.pm +++ b/source4/build/smb_build/summary.pm @@ -40,7 +40,7 @@ sub show($$) print "Summary:\n\n"; showitem($output, "GTK+ frontends", ["gtk","gconf"]); - showitem($output, "SSL in SWAT", ["GNUTLS"]); + showitem($output, "SSL in SWAT and LDAP", ["GNUTLS"]); showitem($output, "threads in smbd (see --with-pthread)", ["PTHREAD"]); showitem($output, "intelligent command line editing", ["READLINE"]); showitem($output, "changing process titles (see --with-setproctitle)", ["SETPROCTITLE"]); -- cgit