From: Peter Kokot Date: Tue, 9 Apr 2019 00:09:42 +0000 (+0200) Subject: Remove duplicated substitude for Makefile X-Git-Tag: php-7.4.0alpha1~576 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8021d52fb6b36753ba1456acdae367c150a92e96;p=php 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. --- 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)