Lines Matching +refs:test +refs:fail
16 AS_IF([test -n "$2"], [PKG_CHECK_MODULES([$1], [$2], [
23 AS_IF([test "x$[$1][_CFLAGS]" != x], [_header_found=1])
24 AS_IF([test "x$[$1][_LIBS]" != x], [_library_found=1])
33 AS_IF([test "x$_prefixdir" != "x/usr"], [
35 AS_IF([test "x$_library_found" = x], [
44 ], [AS_IF([test "x$_header_found" = "x1"], [
45 # if pkg-config or the user set CFLAGS, fail if the header is unusable
61 AS_IF([test "x$_header_found" = "x1"], [
62 AS_IF([test "x$_library_found" = x], [
72 AS_IF([test "x$_libcheck" = "x1"], [_library_found=1],
73 [test "x$_library_found" = "x1"], [
74 # if pkg-config or the user set LIBS, fail if the library is unusable
77 ], [test "x$_library_found" = "x1"], [
78 # if the user set LIBS, fail if we didn't find the header
84 AS_IF([test "x$_header_found" = "x1" && test "x$_library_found" = "x1"], [
87 AS_IF([test "x$_pc_found" = "x1"], [