We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08bea87 + 550a6c6 commit 3d9cbbeCopy full SHA for 3d9cbbe
config.m4
@@ -73,8 +73,8 @@ if test "$PHP_SOLR" != "no"; then
73
fi
74
75
if test "$PHP_COVERAGE" = "yes"; then
76
- PHP_CHECK_GCC_ARG(-fprofile-arcs, COVERAGE_CFLAGS="$COVERAGE_CFLAGS -fprofile-arcs")
77
- PHP_CHECK_GCC_ARG(-ftest-coverage, COVERAGE_CFLAGS="$COVERAGE_CFLAGS -ftest-coverage")
+ AX_CHECK_COMPILE_FLAG([-fprofile-arcs], [COVERAGE_CFLAGS="$COVERAGE_CFLAGS -fprofile-arcs"])
+ AX_CHECK_COMPILE_FLAG([-ftest-coverage], [COVERAGE_CFLAGS="$COVERAGE_CFLAGS -ftest-coverage"])
78
EXTRA_LDFLAGS="$COVERAGE_CFLAGS"
79
80
0 commit comments