From 8021d52fb6b36753ba1456acdae367c150a92e96 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Tue, 9 Apr 2019 02:09:42 +0200 Subject: [PATCH] Remove duplicated substitude for Makefile The substitution is already done in the CLI's config.m4 file. Current SAPIs only provide one PHP_EXECUTABLE variable, i.e. PHP CLI so the one in the configure.ac can be removed. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 88629a7b49..473c05192b 100644 --- a/configure.ac +++ b/configure.ac @@ -1368,8 +1368,6 @@ AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output]) PHP_SUBST_OLD(PHP_INSTALLED_SAPIS) -PHP_SUBST(PHP_EXECUTABLE) - PHP_SUBST(PHP_FASTCGI_OBJS) PHP_SUBST(PHP_SAPI_OBJS) PHP_SUBST(PHP_BINARY_OBJS) -- 2.40.0