diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-09-02 13:15:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:36:25 -0500 |
commit | 550eac8ea630c698bd07bfb15ad32e0bc703bd53 (patch) | |
tree | b333ae2017a415d8e80cd6c45cbb1bd07c47d153 | |
parent | aae4b1a95193796ef0368cd3f2b65d59f9805b7f (diff) | |
download | samba-550eac8ea630c698bd07bfb15ad32e0bc703bd53.tar.gz samba-550eac8ea630c698bd07bfb15ad32e0bc703bd53.tar.bz2 samba-550eac8ea630c698bd07bfb15ad32e0bc703bd53.zip |
r9954: getntacl depends on EXT_LIB_XATTR
(maybe we need to disable this binary when EXT_LIB_XATTR isn't enabled)
metze
(This used to be commit 0e5cac10cbcf0d3576cc042f6c0298b10b537464)
-rw-r--r-- | source4/utils/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/utils/config.mk b/source4/utils/config.mk index c0a38076ae..f526d89a9e 100644 --- a/source4/utils/config.mk +++ b/source4/utils/config.mk @@ -44,7 +44,8 @@ REQUIRED_SUBSYSTEMS = \ LIBCMDLINE \ LIBBASIC \ RPC \ - NDR_XATTR + NDR_XATTR \ + EXT_LIB_XATTR # End BINARY getntacl ################################# |