diff options
author | Volker Lendecke <vl@samba.org> | 2012-07-06 15:33:47 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-07-18 15:41:36 -0700 |
commit | ff701ceae2409c656e1c30c00c728cfa67aeba21 (patch) | |
tree | 3ea67e011b89c23276214dc5f8c72b6f1d6779f9 /source3/wscript | |
parent | f9df073a31a813f5ee50d4d8ea3ec590e1a3e970 (diff) | |
download | samba-ff701ceae2409c656e1c30c00c728cfa67aeba21.tar.gz samba-ff701ceae2409c656e1c30c00c728cfa67aeba21.tar.bz2 samba-ff701ceae2409c656e1c30c00c728cfa67aeba21.zip |
s3: Add vfs_aio_posix
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/wscript')
-rwxr-xr-x | source3/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript index bd6ddcf421..be39a6f845 100755 --- a/source3/wscript +++ b/source3/wscript @@ -1468,6 +1468,7 @@ main() { if conf.CONFIG_SET('HAVE_AIO') and Options.options.with_pthreadpool: default_shared_modules.extend(TO_LIST('vfs_aio_pthread')) + default_shared_modules.extend(TO_LIST('vfs_aio_posix')) if conf.CONFIG_SET('HAVE_AIO') and conf.CONFIG_SET('HAVE_LINUX_KERNEL_AIO'): default_shared_modules.extend(TO_LIST('vfs_aio_linux')) |