Skip to content

Commit 2fec3e7

Browse files
authored
Remove unused phpdbg build variables (#13078)
- PHP_PHPDBG_CFLAGS and PHP_PHPDBG_FILES were once used in the generated Makefile. - BUILD_PHPDBG check was used together with unused and obsolete phpdbg webhelper configuration.
1 parent 44a246e commit 2fec3e7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sapi/phpdbg/config.m4

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PHP_ARG_ENABLE([phpdbg-readline],
1919
[no],
2020
[no])
2121

22-
if test "$BUILD_PHPDBG" = "" && test "$PHP_PHPDBG" != "no"; then
22+
if test "$PHP_PHPDBG" != "no"; then
2323
AC_HEADER_TIOCGWINSZ
2424
AC_DEFINE(HAVE_PHPDBG, 1, [ ])
2525

@@ -75,8 +75,6 @@ if test "$BUILD_PHPDBG" = "" && test "$PHP_PHPDBG" != "no"; then
7575
fi
7676
fi
7777

78-
PHP_SUBST(PHP_PHPDBG_CFLAGS)
79-
PHP_SUBST(PHP_PHPDBG_FILES)
8078
PHP_SUBST(PHPDBG_EXTRA_LIBS)
8179

8280
PHP_ADD_MAKEFILE_FRAGMENT([$abs_srcdir/sapi/phpdbg/Makefile.frag], [$abs_srcdir/sapi/phpdbg], [$abs_builddir/sapi/phpdbg])

0 commit comments

Comments
 (0)