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

index f4b5a907637736998b77e407dc778a42df5022ab..1dbac7775cf600002f2db51843dabf3f30597d90 100644 (file)
@@ -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):