s3-waf: we check for attr in ../lib/util/script already, so we cannot set to EMPTY...
authorGünther Deschner <gd@samba.org>
Wed, 9 Feb 2011 16:56:45 +0000 (17:56 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 9 Feb 2011 17:58:15 +0000 (18:58 +0100)
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

source3/wscript

index b064640043e38e15ce4d35c1a8dc4093eb9d7c52..7dd87d7f0751b0722a1d8f26e68079ceba543ed3 100644 (file)
@@ -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)