summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-04-07 23:24:10 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-04-07 23:24:10 +0200
commit6acba73876e8d0786668a7f84e8ffd90416fc57b (patch)
tree3b92416fe6d2b238b1a4ca16fa9a770dcab6a63b /sapi
parentfbb8ada0096c08ec96f991a934435527e0f754b3 (diff)
downloadphp-git-6acba73876e8d0786668a7f84e8ffd90416fc57b.tar.gz
Add AS_HELP_STRING to phpdbg options
Diffstat (limited to 'sapi')
-rw-r--r--sapi/phpdbg/config.m48
1 files changed, 6 insertions, 2 deletions
diff --git a/sapi/phpdbg/config.m4 b/sapi/phpdbg/config.m4
index f590dc6196..bbb541e861 100644
--- a/sapi/phpdbg/config.m4
+++ b/sapi/phpdbg/config.m4
@@ -20,8 +20,12 @@ PHP_ARG_ENABLE([phpdbg-debug],
[no],
[no])
-PHP_ARG_ENABLE(phpdbg-readline, for phpdbg readline support,
-[ --enable-phpdbg-readline Enable readline support in phpdbg (depends on static ext/readline)], no, no)
+PHP_ARG_ENABLE([phpdbg-readline],
+ [for phpdbg readline support],
+ [AS_HELP_STRING([--enable-phpdbg-readline],
+ [Enable readline support in phpdbg (depends on static ext/readline)])],
+ [no],
+ [no])
if test "$BUILD_PHPDBG" = "" && test "$PHP_PHPDBG" != "no"; then
AC_HEADER_TIOCGWINSZ