diff options
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index 3164276499..f7c12a83bf 100644 --- a/source3/wscript +++ b/source3/wscript @@ -351,7 +351,7 @@ utimensat vsyslog _write __write __xstat conf.ADD_CFLAGS('-fno-common') elif (host_os.rfind('freebsd') > -1): if conf.CHECK_HEADERS('sunacl.h'): - conf.define('HAVE_FREEBSD_SUNACL_H', '1') + conf.DEFINE('HAVE_FREEBSD_SUNACL_H', '1') conf.CHECK_FUNCS_IN('acl', 'sunacl') conf.DEFINE('STAT_ST_BLOCKSIZE', '512') elif (host_os.rfind('netbsd') > -1): |