From: Jens Axboe Date: Thu, 30 Aug 2018 14:22:21 +0000 (-0600) Subject: Merge branch 'configure-help' of https://github.com/hahnjo/fio X-Git-Tag: fio-3.9~9 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=c6cc1cfed2aec5ea348cbe8b8762ba8fd5fad966;hp=26b3a1880d38bc24b633a643339c9ca31f303d1c Merge branch 'configure-help' of https://github.com/hahnjo/fio * 'configure-help' of https://github.com/hahnjo/fio: configure: Document more switches to disable features --- diff --git a/configure b/configure index ab89df7d..5e11195d 100755 --- a/configure +++ b/configure @@ -226,6 +226,9 @@ if test "$show_help" = "yes" ; then echo "--enable-gfio Enable building of gtk gfio" echo "--disable-numa Disable libnuma even if found" echo "--disable-rdma Disable RDMA support even if found" + echo "--disable-rados Disable Rados support even if found" + echo "--disable-rbd Disable Rados Block Device even if found" + echo "--disable-http Disable HTTP support even if found" echo "--disable-gfapi Disable gfapi" echo "--enable-libhdfs Enable hdfs support" echo "--disable-lex Disable use of lex/yacc for math"