File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ if test "$PHP_PHPDBG" != "no"; then
24
24
AC_HEADER_TIOCGWINSZ
25
25
AC_DEFINE ( HAVE_PHPDBG , 1 , [ ] )
26
26
27
+ PHP_PHPDBG_CFLAGS="-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"
27
28
AS_VAR_IF ( [ PHP_PHPDBG_DEBUG] , [ no] ,,
28
- [ PHP_PHPDBG_CFLAGS="$PHP_PHPDBG_CFLAGS -DPHPDBG_DEBUG=1"] )
29
+ [ AS_VAR_APPEND ( [ PHP_PHPDBG_CFLAGS] , [ " -DPHPDBG_DEBUG=1"] ) ] )
29
30
30
- PHP_PHPDBG_CFLAGS="-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"
31
31
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_list.c phpdbg_utils.c phpdbg_info.c phpdbg_cmd.c phpdbg_set.c phpdbg_frame.c phpdbg_watch.c phpdbg_btree.c phpdbg_sigsafe.c phpdbg_io.c phpdbg_out.c"
32
32
33
33
AC_MSG_CHECKING ( [ for phpdbg and readline integration] )
You can’t perform that action at this time.
0 commit comments