X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=configure;h=892335b92b8a37b95ed166cac6d677aebdf10d72;hb=205a719eda8bce43609c151cbe812437aa6552de;hp=6e1376f27f03d256a45f93cee087b91316da885d;hpb=ba40757ed67c00b37dda3639e97c3ba0259840a4;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