]> granicus.if.org Git - php/commitdiff
fix build: readline support must be disabled by default in phpdbg
authorJoe Watkins <krakjoe@php.net>
Thu, 28 Mar 2019 06:34:45 +0000 (07:34 +0100)
committerJoe Watkins <krakjoe@php.net>
Thu, 28 Mar 2019 06:34:45 +0000 (07:34 +0100)
sapi/phpdbg/config.m4

index d6765e1b1980b9f4dc3df26abe167f839ce63c28..3cdd90495ae7c9f24a113331c6b7a438d5ea5add 100644 (file)
@@ -12,7 +12,7 @@ PHP_ARG_ENABLE(phpdbg-debug, for phpdbg debug build,
 [  --enable-phpdbg-debug      Build phpdbg in debug mode], no, no)
 
 PHP_ARG_ENABLE(phpdbg-readline, for phpdbg readline support,
-[  --enable-phpdbg-readline   Enable readline support in phpdbg (depends on static ext/readline)], yes, yes)
+[  --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