diff options
author | Jens Axboe <axboe@kernel.dk> | 2020-11-09 10:42:03 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-11-09 10:42:03 -0700 |
commit | 052330d0f595ce798a7a9af212b5de011e6cff5e (patch) | |
tree | b2c92391746b16d114737f6d01aef0d9ffc62efc /configure | |
parent | ff61a9c8e9f16e401e642c6751b1a7baaa3e058e (diff) | |
download | fio-052330d0f595ce798a7a9af212b5de011e6cff5e.tar.gz fio-052330d0f595ce798a7a9af212b5de011e6cff5e.tar.bz2 |
configure: remove libaio-uring remnant
This was missed in the previous patch.
Fixes: d4946e79e833 ("Remove the "libaio over io_uring" mode")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -278,7 +278,6 @@ if test "$show_help" = "yes" ; then echo "--enable-libnbd Enable libnbd (NBD engine) support" echo "--disable-libzbc Disable libzbc even if found" echo "--disable-tcmalloc Disable tcmalloc support" - echo "--enable-libaio-uring Enable libaio emulated over io_uring" echo "--dynamic-libengines Lib-based ioengines as dynamic libraries" exit $exit_val fi |