X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=configure;h=892335b92b8a37b95ed166cac6d677aebdf10d72;hb=936e37bda7eb4796ee0e6d14c91d090742b2296d;hp=172b235bc540ef63ae25125a725a398c96d018a1;hpb=1527dc50fa754694473d126990111d45001ec562;p=fio.git diff --git a/configure b/configure index 172b235b..892335b9 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" ;; @@ -885,7 +887,7 @@ cat > $TMPC << EOF int main(int argc, char **argv) { struct bitmask *mask = numa_parse_nodestring(NULL); - return 0; + return mask->size == 0; } EOF if compile_prog "" "" "libnuma api"; then