From b86c1b744b48a2b664c9075335eb48098e4462fd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 10 Mar 2006 14:18:10 +0000 Subject: r14154: Add summary line for extended attribute library (This used to be commit 0665a465ba86bf2867ed360f8017ce8de8118882) --- source4/build/smb_build/summary.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/build') diff --git a/source4/build/smb_build/summary.pm b/source4/build/smb_build/summary.pm index c3edb094f39..ee1da1cac42 100644 --- a/source4/build/smb_build/summary.pm +++ b/source4/build/smb_build/summary.pm @@ -36,6 +36,7 @@ sub show($$) 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): "; -- cgit