From c44ff5115df69f0040aef9677bf48966d72adb81 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 5 Jun 2015 08:33:56 -0600 Subject: [PATCH] configure: add some missing help options Signed-off-by: Jens Axboe --- configure | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.25.1