From: Günther Deschner Date: Wed, 9 Feb 2011 16:56:45 +0000 (+0100) Subject: s3-waf: we check for attr in ../lib/util/script already, so we cannot set to EMPTY... X-Git-Tag: tevent-0.9.11~832 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0e576178b886a68af5b5fce7e315fda2516df6d;p=thirdparty%2Fsamba.git 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 Autobuild-Date: Wed Feb 9 18:58:15 CET 2011 on sn-devel-104 --- diff --git a/source3/wscript b/source3/wscript index b064640043e..7dd87d7f075 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)