mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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.
This commit is contained in:
parent
e199104a35
commit
adc4a48d26
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
PHP_ARG_ENABLE([phpdbg],
|
PHP_ARG_ENABLE([phpdbg],
|
||||||
[for phpdbg support],
|
[for phpdbg support],
|
||||||
[AS_HELP_STRING([--enable-phpdbg],
|
[AS_HELP_STRING([--disable-phpdbg],
|
||||||
[Build phpdbg])],
|
[Disable building of phpdbg])],
|
||||||
[yes],
|
[yes],
|
||||||
[yes])
|
[yes])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue