configure: add --disable-shm to disable use of shm
[fio.git] / 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"
     ;;