Skip to content

Commit c8d8e85

Browse files
committed
/me blushes, really hard
1 parent bcf8525 commit c8d8e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if test "$PHP_PHPDBG" != "no"; then
2121
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"
2222

2323
if test "$PHP_READLINE" != "no"; then
24-
PHPDBG_EXTRA_LIBS="-lreadline"
24+
PHPDBG_EXTRA_LIBS="$PHP_READLINE_LIBS"
2525
fi
2626

2727
PHP_SUBST(PHP_PHPDBG_CFLAGS)

0 commit comments

Comments
 (0)