summaryrefslogtreecommitdiffstats
path: root/source3/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-04 18:58:53 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-09-04 20:16:48 +1000
commit2c9c58993cf36bc959d3bf1ca634fbaf9bb3a08f (patch)
tree212087ef95fc439cedcce23621d8af60f407b90b /source3/wscript
parent4437547afab2def2b53f2be1b10ac7b376f5ee8f (diff)
downloadsamba-2c9c58993cf36bc959d3bf1ca634fbaf9bb3a08f.tar.gz
samba-2c9c58993cf36bc959d3bf1ca634fbaf9bb3a08f.tar.xz
samba-2c9c58993cf36bc959d3bf1ca634fbaf9bb3a08f.zip
build: remove unused HAVE_NO_ACLS define
Diffstat (limited to 'source3/wscript')
-rwxr-xr-xsource3/wscript2
1 files changed, 0 insertions, 2 deletions
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'):