From ba40757ed67c00b37dda3639e97c3ba0259840a4 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 20 Jan 2015 16:29:33 -0700 Subject: [PATCH] configure: add --disable-shm to disable use of shm Signed-off-by: Jens Axboe --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 172b235b..6e1376f2 100755 --- a/configure +++ b/configure @@ -165,6 +165,8 @@ for opt do ;; --enable-libhdfs) libhdfs="yes" ;; + --disable-shm) output_sym "CONFIG_NO_SHM" + ;; --help) show_help="yes" ;; -- 2.25.1