Skip to content

Commit adc4a48

Browse files
authored
Fix configure phpdbg help output (#12013)
By default phpdbg is enabled (--enable-phpdbg) and user can get info in the `./configure --help` output if they want to disable it like with the other configuration options.
1 parent e199104 commit adc4a48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sapi/phpdbg/config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PHP_ARG_ENABLE([phpdbg],
22
[for phpdbg support],
3-
[AS_HELP_STRING([--enable-phpdbg],
4-
[Build phpdbg])],
3+
[AS_HELP_STRING([--disable-phpdbg],
4+
[Disable building of phpdbg])],
55
[yes],
66
[yes])
77

0 commit comments

Comments
 (0)