From 2c2081194282b39437a38660de066d91adc37232 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Tue, 2 Jul 2024 07:13:01 +0200 Subject: [PATCH] Autotools: Remove unused PHPDBG_SHARED compile definition (#14762) 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 0039a736f29..d68d2d60619 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])