mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01: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:
@@ -1,7 +1,7 @@
|
||||
PHP_ARG_ENABLE([phpdbg],
|
||||
[for phpdbg support],
|
||||
[AS_HELP_STRING([--enable-phpdbg],
|
||||
[Build phpdbg])],
|
||||
[AS_HELP_STRING([--disable-phpdbg],
|
||||
[Disable building of phpdbg])],
|
||||
[yes],
|
||||
[yes])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user