From: Jens Axboe Date: Fri, 5 Jun 2015 14:33:56 +0000 (-0600) Subject: configure: add some missing help options X-Git-Tag: fio-2.2.9~19 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=c44ff5115df69f0040aef9677bf48966d72adb81 configure: add some missing help options Signed-off-by: Jens Axboe --- diff --git a/configure b/configure index 835a3b96..e459d63f 100755 --- a/configure +++ b/configure @@ -190,7 +190,9 @@ if test "$show_help" = "yes" ; then echo "--esx Configure build options for esx" echo "--enable-gfio Enable building of gtk gfio" echo "--disable-numa Disable libnuma even if found" + echo "--disable-gfapi Disable gfapi" echo "--enable-libhdfs Enable hdfs support" + echo "--disable-shm Disable SHM support" exit $exit_val fi