summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-04-21 00:21:14 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-04-21 15:53:19 +0200
commitb1d3509e8c22f1ae12b6462e7732baddedde9bdd (patch)
tree126cbc1a049fbaeba3c339406b8171e64d86ec09 /buildconf
parent1c94aac89e0d7dfbd5efc15ec1862214b22603d1 (diff)
downloadphp-git-b1d3509e8c22f1ae12b6462e7732baddedde9bdd.tar.gz
Refactor Zend/acinclude.m4 local macro
There is now only a single M4 macro in the legacy acinclude.m4 file. A separate acinclude file was once used with a standalone Zend engine building but with current build system this can be simplified a bit.
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index 7d3aaedc6b..6e644df4b8 100755
--- a/buildconf
+++ b/buildconf
@@ -103,4 +103,4 @@ $MAKE -s -f build/build.mk \
PHP_AUTOCONF="$PHP_AUTOCONF" \
PHP_AUTOHEADER="$PHP_AUTOHEADER" \
PHP_AUTOCONF_FLAGS="$autoconf_flags" \
- PHP_M4_FILES="$(echo TSRM/*.m4 Zend/*.m4 ext/*/config*.m4 sapi/*/config*.m4)"
+ PHP_M4_FILES="$(echo TSRM/*.m4 Zend/Zend.m4 ext/*/config*.m4 sapi/*/config*.m4)"