summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2020-11-09 10:42:03 -0700
committerJens Axboe <axboe@kernel.dk>2020-11-09 10:42:03 -0700
commit052330d0f595ce798a7a9af212b5de011e6cff5e (patch)
treeb2c92391746b16d114737f6d01aef0d9ffc62efc /configure
parentff61a9c8e9f16e401e642c6751b1a7baaa3e058e (diff)
downloadfio-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-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 5d4b6e91..d2ca8934 100755
--- a/configure
+++ b/configure
@@ -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