From a0e576178b886a68af5b5fce7e315fda2516df6d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 9 Feb 2011 17:56:45 +0100 Subject: s3-waf: we check for attr in ../lib/util/script already, so we cannot set to EMPTY here. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hopefully fixes the irix build. Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Feb 9 18:58:15 CET 2011 on sn-devel-104 --- source3/wscript | 2 -- 1 file changed, 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) -- cgit