From 81a3f7a5207d8e97e324578e7385303e9b7e8b3d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 4 Feb 2011 17:42:10 +0100 Subject: s3-waf: add --with-syslog option. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Mon Feb 7 10:50:39 CET 2011 on sn-devel-104 --- source3/wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index ce8ee63bc6..af54550712 100644 --- a/source3/wscript +++ b/source3/wscript @@ -53,6 +53,7 @@ def set_options(opt): opt.SAMBA3_ADD_OPTION('iconv') opt.SAMBA3_ADD_OPTION('acl-support') opt.SAMBA3_ADD_OPTION('dnsupdate') + opt.SAMBA3_ADD_OPTION('syslog') def configure(conf): @@ -556,6 +557,8 @@ return acl_get_perm_np(permset_d, perm); else: print "--enable-iprint=yes but cups support not sufficient" sys.exit(1) + if Options.options.with_syslog: + conf.DEFINE('WITH_SYSLOG', '1') # Check for LDAP if Options.options.with_ldap: -- cgit