s3-waf: Add dummy configuration options for quotas
authorKai Blin <kai@samba.org>
Wed, 21 Apr 2010 06:02:31 +0000 (08:02 +0200)
committerKai Blin <kai@samba.org>
Thu, 20 May 2010 20:16:14 +0000 (22:16 +0200)
source3/wscript

index 3e030c4fb113ff10debc43b065c0350740e2f9c5..f4b5a907637736998b77e407dc778a42df5022ab 100644 (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):