diff options
author | Kai Blin <kai@samba.org> | 2010-04-21 08:03:38 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-20 22:16:14 +0200 |
commit | f4ff7a298d99d5a0c20b7d4c6d092faf00c898f1 (patch) | |
tree | a444de396c3a6b305de84e302aefea4cb95c7cce | |
parent | cba7fd170cb08a8c200ca4d2fa5c19ba88213699 (diff) | |
download | samba-f4ff7a298d99d5a0c20b7d4c6d092faf00c898f1.tar.gz samba-f4ff7a298d99d5a0c20b7d4c6d092faf00c898f1.tar.bz2 samba-f4ff7a298d99d5a0c20b7d4c6d092faf00c898f1.zip |
s3-waf: Add dummy configuration option for sendfile-support
-rw-r--r-- | source3/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript index f4b5a90763..1dbac7775c 100644 --- a/source3/wscript +++ b/source3/wscript @@ -40,6 +40,7 @@ def set_options(opt): opt.SAMBA3_ADD_OPTION('pam') opt.SAMBA3_ADD_OPTION('quotas') opt.SAMBA3_ADD_OPTION('sys-quotas') + opt.SAMBA3_ADD_OPTION('sendfile-support') def configure(conf): |