X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=configure;h=892335b92b8a37b95ed166cac6d677aebdf10d72;hb=936e37bda7eb4796ee0e6d14c91d090742b2296d;hp=6e1376f27f03d256a45f93cee087b91316da885d;hpb=64666f8fe2242cbe4d804df2305924a9e43e8699;p=fio.git diff --git a/configure b/configure index 6e1376f2..892335b9 100755 --- a/configure +++ b/configure @@ -887,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