Skip to content

Commit

Permalink
configure: add --disable-shm to disable use of shm
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Axboe <axboe@fb.com>
  • Loading branch information
axboe committed Jan 20, 2015
1 parent ae703cd commit ba40757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ for opt do
;;
--enable-libhdfs) libhdfs="yes"
;;
--disable-shm) output_sym "CONFIG_NO_SHM"
;;
--help)
show_help="yes"
;;
Expand Down

0 comments on commit ba40757

Please sign in to comment.