From f4ff7a298d99d5a0c20b7d4c6d092faf00c898f1 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Wed, 21 Apr 2010 08:03:38 +0200 Subject: [PATCH] s3-waf: Add dummy configuration option for sendfile-support --- source3/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/wscript b/source3/wscript index f4b5a907637..1dbac7775cf 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): -- 2.11.4.GIT