From e75a6fac60d281ad3cd7ed9ce00d14f153c099cd Mon Sep 17 00:00:00 2001 From: Jonas Hahnfeld Date: Thu, 30 Aug 2018 14:25:45 +0200 Subject: [PATCH] configure: Document more switches to disable features This helps a lot when building on one machine and running on another that doesn't have all libraries installed. The switches are all there, list them in ./configure --help so that future users don't have to search the shell script. --- configure | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.25.1