diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-10 14:18:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:56:55 -0500 |
commit | b86c1b744b48a2b664c9075335eb48098e4462fd (patch) | |
tree | bc94473e88203f23c634800fb56eabfe0dc706fc | |
parent | 1a49b255af46794903e240f17a483e91f343ae39 (diff) | |
download | samba-b86c1b744b48a2b664c9075335eb48098e4462fd.tar.gz samba-b86c1b744b48a2b664c9075335eb48098e4462fd.tar.bz2 samba-b86c1b744b48a2b664c9075335eb48098e4462fd.zip |
r14154: Add summary line for extended attribute library
(This used to be commit 0665a465ba86bf2867ed360f8017ce8de8118882)
-rw-r--r-- | source4/build/smb_build/summary.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/summary.pm b/source4/build/smb_build/summary.pm index c3edb094f3..ee1da1cac4 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): "; |