Author: jelmer Date: 2006-03-10 14:18:10 +0000 (Fri, 10 Mar 2006) New Revision: 14154
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14154 Log: Add summary line for extended attribute library Modified: branches/SAMBA_4_0/source/build/smb_build/summary.pm Changeset: Modified: branches/SAMBA_4_0/source/build/smb_build/summary.pm =================================================================== --- branches/SAMBA_4_0/source/build/smb_build/summary.pm 2006-03-10 14:17:44 UTC (rev 14153) +++ branches/SAMBA_4_0/source/build/smb_build/summary.pm 2006-03-10 14:18:10 UTC (rev 14154) @@ -36,6 +36,7 @@ showitem($output, "threads in smbd", ["PTHREAD"]); showitem($output, "intelligent command line editing", ["READLINE"]); showitem($output, "changing process titles", ["SETPROCTITLE"]); + showitem($output, "using extended attributes", ["XATTR"]); print "Using external popt: $output->{EXT_LIB_POPT}->{ENABLE}\n"; print "Using shared libraries internally (experimental): ";
