configure: remove libaio-uring remnant
authorJens Axboe <axboe@kernel.dk>
Mon, 9 Nov 2020 17:42:03 +0000 (10:42 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 Nov 2020 17:42:03 +0000 (10:42 -0700)
This was missed in the previous patch.

Fixes: d4946e79e833 ("Remove the "libaio over io_uring" mode")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
configure

index 5d4b6e9125c586cb4c5b59dc9646c079c48e9ffc..d2ca8934f3bed5e3ba73f0551990cbfedcc10a4a 100755 (executable)
--- 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