From a1bc48d382cb6076d875749f94a6b979a0ea55a5 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Fri, 24 Nov 2023 00:15:58 +0100 Subject: [PATCH] Remove unused PHP_COMPILE and CXX_PHP_COMPILE variables These were part of the old build system and are no longer used. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 6e30fff67efe1..4a423520abe0d 100644 --- a/configure.ac +++ b/configure.ac @@ -1669,9 +1669,6 @@ PHP_SET_LIBTOOL_VARIABLE([--preserve-dup-deps]) dnl This needs to be passed explicitly to allow scan-build compiler overrides. PHP_SET_LIBTOOL_VARIABLE([--tag CC]) -test -z "$PHP_COMPILE" && PHP_COMPILE='$(LIBTOOL) --mode=compile $(COMPILE) -c $<' -test -z "$CXX_PHP_COMPILE" && CXX_PHP_COMPILE='$(LIBTOOL) --mode=compile $(CXX_COMPILE) -c $<' - CC=$old_CC PHP_CONFIGURE_PART(Generating files)