From 052330d0f595ce798a7a9af212b5de011e6cff5e Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 9 Nov 2020 10:42:03 -0700 Subject: [PATCH] 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 --- configure | 1 - 1 file changed, 1 deletion(-) 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 -- 2.25.1