From: Jens Axboe Date: Tue, 20 Jan 2015 23:29:33 +0000 (-0700) Subject: configure: add --disable-shm to disable use of shm X-Git-Tag: fio-2.2.5~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=ba40757ed67c00b37dda3639e97c3ba0259840a4;p=fio.git configure: add --disable-shm to disable use of shm Signed-off-by: Jens Axboe --- 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" ;;