Skip to content

Commit 5eb6905

Browse files
authored
Disable --with-valgrind by default (#10934)
Same reasoning as GH-10876
1 parent 61e98bf commit 5eb6905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ PHP_ARG_WITH([valgrind],
781781
[whether to enable valgrind support],
782782
[AS_HELP_STRING([--with-valgrind],
783783
[Enable valgrind support])],
784-
[yes],
784+
[no],
785785
[no])
786786

787787
if test "$PHP_VALGRIND" != "no"; then

0 commit comments

Comments
 (0)