From 1527deba67972f4b4614dec30c6e53c9bc66f66b Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Tue, 2 Jul 2024 05:42:47 +0200 Subject: [PATCH] Autotools: Remove unused PHPDBG_SHARED compile definition There was also redundant backslash escaping. --- sapi/phpdbg/config.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/sapi/phpdbg/config.m4 b/sapi/phpdbg/config.m4 index 0039a736f29ab..d68d2d6061986 100644 --- a/sapi/phpdbg/config.m4 +++ b/sapi/phpdbg/config.m4 @@ -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])