diff options
author | Günther Deschner <gd@samba.org> | 2011-02-09 17:56:45 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-09 18:58:15 +0100 |
commit | a0e576178b886a68af5b5fce7e315fda2516df6d (patch) | |
tree | dd9ce2dddad99986d2e4c1bc568174bca3fba6e0 /source3/wscript | |
parent | ada4c66ea3e91725e8ce950a71a4bbd8324b5e66 (diff) | |
download | samba-a0e576178b886a68af5b5fce7e315fda2516df6d.tar.gz samba-a0e576178b886a68af5b5fce7e315fda2516df6d.tar.bz2 samba-a0e576178b886a68af5b5fce7e315fda2516df6d.zip |
s3-waf: we check for attr in ../lib/util/script already, so we cannot set to EMPTY here.
Hopefully fixes the irix build.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Feb 9 18:58:15 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/wscript b/source3/wscript index b064640043..7dd87d7f07 100644 --- a/source3/wscript +++ b/source3/wscript @@ -336,11 +336,9 @@ return acl_get_perm_np(permset_d, perm); else: conf.DEFINE('HAVE_NO_ACLS', 1) conf.SET_TARGET_TYPE('acl', 'EMPTY') - conf.SET_TARGET_TYPE('attr', 'EMPTY') else: conf.DEFINE('HAVE_NO_ACLS', 1) conf.SET_TARGET_TYPE('acl', 'EMPTY') - conf.SET_TARGET_TYPE('attr', 'EMPTY') if conf.CHECK_FUNCS('dirfd'): conf.DEFINE('HAVE_DIRFD_DECL', 1) |