diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-09-26 13:10:17 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-09-26 10:11:22 +0200 |
commit | 128fb54ab4feb0c665f438f56dca5f734e355be1 (patch) | |
tree | 654fbd715c38a4d7541bc3804b188a3aab9ab533 | |
parent | afbc87b8cc5b068feadb773bdf755abc26f7d0db (diff) | |
download | samba-128fb54ab4feb0c665f438f56dca5f734e355be1.tar.gz samba-128fb54ab4feb0c665f438f56dca5f734e355be1.tar.bz2 samba-128fb54ab4feb0c665f438f56dca5f734e355be1.zip |
build: Remove unused --with-sys-quotas option
-rw-r--r-- | source3/wscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index 566c87a235..3815c7ccdb 100644 --- a/source3/wscript +++ b/source3/wscript @@ -31,7 +31,6 @@ def set_options(opt): opt.SAMBA3_ADD_OPTION('pam') opt.SAMBA3_ADD_OPTION('pam_smbpass') opt.SAMBA3_ADD_OPTION('quotas') - opt.SAMBA3_ADD_OPTION('sys-quotas') opt.SAMBA3_ADD_OPTION('sendfile-support') opt.SAMBA3_ADD_OPTION('utmp') opt.SAMBA3_ADD_OPTION('pthreadpool', with_name="enable", without_name="disable", default=True) |