From: Jens Axboe Date: Mon, 9 Nov 2020 17:42:03 +0000 (-0700) Subject: configure: remove libaio-uring remnant X-Git-Tag: fio-3.24~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=052330d0f595ce798a7a9af212b5de011e6cff5e;p=fio.git 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 --- 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