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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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])