mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
s3-waf: add --with-automount option.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 7 14:11:03 CET 2011 on sn-devel-104
This commit is contained in:
parent
6baa3ef648
commit
4b7d0492bb
@ -54,6 +54,7 @@ def set_options(opt):
|
||||
opt.SAMBA3_ADD_OPTION('acl-support')
|
||||
opt.SAMBA3_ADD_OPTION('dnsupdate')
|
||||
opt.SAMBA3_ADD_OPTION('syslog')
|
||||
opt.SAMBA3_ADD_OPTION('automount')
|
||||
opt.SAMBA3_ADD_OPTION('aio-support')
|
||||
|
||||
|
||||
@ -622,6 +623,8 @@ msg.msg_acctrightslen = sizeof(fd);
|
||||
sys.exit(1)
|
||||
if Options.options.with_syslog:
|
||||
conf.DEFINE('WITH_SYSLOG', '1')
|
||||
if Options.options.with_automount:
|
||||
conf.DEFINE('WITH_AUTOMOUNT', '1')
|
||||
|
||||
# Check for LDAP
|
||||
if Options.options.with_ldap:
|
||||
|
Loading…
x
Reference in New Issue
Block a user