1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

s3-waf: Add dummy configuration options for quotas

This commit is contained in:
Kai Blin 2010-04-21 08:02:31 +02:00
parent f4ebdc98c2
commit cba7fd170c

View File

@ -38,6 +38,8 @@ def set_options(opt):
opt.SAMBA3_ADD_OPTION('cups', with_name="enable", without_name="disable")
opt.SAMBA3_ADD_OPTION('merged-build', with_name="enable", without_name="disable")
opt.SAMBA3_ADD_OPTION('pam')
opt.SAMBA3_ADD_OPTION('quotas')
opt.SAMBA3_ADD_OPTION('sys-quotas')
def configure(conf):