mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove duplicate phpdbg _GNU_SOURCE compile definition (#13585)
The _GNU_SOURCE is defined on few other places when compiling phpdbg (CPPFLAGS and php_config.h) depending on the system.
This commit is contained in:
parent
734f686ac4
commit
f91dcad567
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ if test "$PHP_PHPDBG" != "no"; then
|
||||||
AC_DEFINE(PHPDBG_DEBUG, 0, [ ])
|
AC_DEFINE(PHPDBG_DEBUG, 0, [ ])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PHP_PHPDBG_CFLAGS="-D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"
|
PHP_PHPDBG_CFLAGS="-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"
|
||||||
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"
|
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"
|
||||||
|
|
||||||
AC_MSG_CHECKING([for phpdbg and readline integration])
|
AC_MSG_CHECKING([for phpdbg and readline integration])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue