]> git.ozlabs.org Git - ccan/blobdiff - tools/configurator/configurator.c
configurator: fix openmp test on some versions of clang.
[ccan] / tools / configurator / configurator.c
index d676b882329d55706e818eb93884393deb520e31..d99d4a003065557a79815dfeca4d292eb4b1e699 100644 (file)
@@ -431,7 +431,7 @@ static const struct test base_tests[] = {
          "     return i + 1;\n"
          "}" },
        { "HAVE_OPENMP", "#pragma omp and -fopenmp support",
-         "INSIDE_MAIN", NULL, NULL,
+         "INSIDE_MAIN|EXECUTE|MAY_NOT_COMPILE", NULL, NULL,
          "int i;\n"
          "#pragma omp parallel for\n"
          "for(i = 0; i < 0; i++) {};\n"