We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf8525 commit c8d8e85Copy full SHA for c8d8e85
config.m4
@@ -21,7 +21,7 @@ if test "$PHP_PHPDBG" != "no"; then
21
PHP_PHPDBG_FILES="phpdbg.c phpdbg_parser.c phpdbg_lexer.c phpdbg_prompt.c phpdbg_help.c phpdbg_break.c phpdbg_print.c phpdbg_bp.c phpdbg_opcode.c phpdbg_list.c phpdbg_utils.c phpdbg_info.c phpdbg_cmd.c phpdbg_set.c phpdbg_frame.c phpdbg_watch.c phpdbg_btree.c"
22
23
if test "$PHP_READLINE" != "no"; then
24
- PHPDBG_EXTRA_LIBS="-lreadline"
+ PHPDBG_EXTRA_LIBS="$PHP_READLINE_LIBS"
25
fi
26
27
PHP_SUBST(PHP_PHPDBG_CFLAGS)
0 commit comments