]> granicus.if.org Git - php/commitdiff
Remove duplicated substitude for Makefile
authorPeter Kokot <peterkokot@gmail.com>
Tue, 9 Apr 2019 00:09:42 +0000 (02:09 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Tue, 9 Apr 2019 00:09:42 +0000 (02:09 +0200)
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

index 88629a7b49b61cb6f737855cfefe0a7201bc4ea6..473c05192b6b8bd1730f848eac29fa8b0448791e 100644 (file)
@@ -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)