1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Autotools: Remove unused PHPDBG_SHARED compile definition (#14762)

There was also redundant backslash escaping.
This commit is contained in:
Peter Kokot
2024-07-02 07:13:01 +02:00
committed by GitHub
parent bee84c0468
commit 2c20811942

View File

@@ -92,7 +92,6 @@ if test "$PHP_PHPDBG" != "no"; then
\$(EXTRA_LIBS) \
\$(PHPDBG_EXTRA_LIBS) \
\$(ZEND_EXTRA_LIBS) \
\-DPHPDBG_SHARED \
-o \$(BUILD_SHARED)"
PHP_SUBST([PHPDBG_EXTRA_LIBS])