From 2c9c58993cf36bc959d3bf1ca634fbaf9bb3a08f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 4 Sep 2012 18:58:53 +1000 Subject: build: remove unused HAVE_NO_ACLS define --- source3/wscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index a4ad79b48a5..4e39c3af288 100755 --- a/source3/wscript +++ b/source3/wscript @@ -303,7 +303,6 @@ utimensat vsyslog _write __write __xstat #FIXME: add more checks if Options.options.with_acl_support: if (host_os.rfind('darwin') > -1): - conf.DEFINE('HAVE_NO_ACLS', 1) conf.SET_TARGET_TYPE('acl', 'EMPTY') else: conf.CHECK_FUNCS_IN('acl_get_file', 'acl') @@ -325,7 +324,6 @@ return acl_get_perm_np(permset_d, perm); headers='sys/types.h sys/acl.h', link=True, msg="Checking whether acl_get_perm_np() is available") else: - conf.DEFINE('HAVE_NO_ACLS', 1) conf.SET_TARGET_TYPE('acl', 'EMPTY') if conf.CHECK_FUNCS('dirfd'): -- cgit