configure: add --disable-shm to disable use of shm
authorJens Axboe <axboe@fb.com>
Tue, 20 Jan 2015 23:29:33 +0000 (16:29 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 20 Jan 2015 23:29:33 +0000 (16:29 -0700)
Signed-off-by: Jens Axboe <axboe@fb.com>
configure

index 172b235bc540ef63ae25125a725a398c96d018a1..6e1376f27f03d256a45f93cee087b91316da885d 100755 (executable)
--- 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"
     ;;