summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-04-09 02:09:42 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-04-09 02:09:42 +0200
commit8021d52fb6b36753ba1456acdae367c150a92e96 (patch)
tree570a4a50767b8ebe05bd3e5b195cb6163618a8b9 /configure.ac
parent53189b5ebc10c9cd2c75bafb7805dbdcf90288da (diff)
downloadphp-git-8021d52fb6b36753ba1456acdae367c150a92e96.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 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)