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.
1 parent 59a888d commit 550a6c6Copy full SHA for 550a6c6
config.m4
@@ -64,8 +64,8 @@ if test "$PHP_SOLR" != "no"; then
64
fi
65
66
if test "$PHP_COVERAGE" = "yes"; then
67
- PHP_CHECK_GCC_ARG(-fprofile-arcs, COVERAGE_CFLAGS="$COVERAGE_CFLAGS -fprofile-arcs")
68
- 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"])
69
EXTRA_LDFLAGS="$COVERAGE_CFLAGS"
70
71
0 commit comments