Skip to content

Commit 340c5a7

Browse files
committed
Include Zend.m4 with m4_include
Zend.m4 is now a collection of only macro definitions.
1 parent 11f4683 commit 340c5a7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

configure.ac

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ m4_include([build/php.m4])
1212
m4_include([build/pkg.m4])
1313
m4_include([TSRM/threads.m4])
1414
m4_include([TSRM/tsrm.m4])
15+
m4_include([Zend/Zend.m4])
1516

1617
dnl Basic autoconf initialization, generation of config.nice.
1718
dnl ----------------------------------------------------------------------------
@@ -264,13 +265,6 @@ dnl by AC_USE_SYSTEM_EXTENSIONS might be included after the system headers which
264265
dnl require extensions to C and POSIX.
265266
AS_VAR_APPEND([CPPFLAGS], [" -D_GNU_SOURCE"])
266267

267-
dnl Include Zend configurations.
268-
dnl ----------------------------------------------------------------------------
269-
270-
sinclude(Zend/Zend.m4)
271-
272-
dnl ----------------------------------------------------------------------------
273-
274268
PTHREADS_CHECK
275269
PHP_HELP_SEPARATOR([SAPI modules:])
276270
PHP_SHLIB_SUFFIX_NAMES

0 commit comments

Comments
 (0)