Skip to content

Commit 956446b

Browse files
petknikic
authored andcommitted
Bump Autoconf version in configure.ac to 2.64
Since PHP 7.2 the minimum autoconf version is 2.64. The configure.ac script file includes also AX_CHECK_COMPILE_FLAG macro call so besides only checking it in buildconf script this bumps the autoconf here too. The phpize.m4 script is for now still relaxed to 2.59 version since some still supported systems such as CentOS 6 still include autoconf 2.63 version and might require calling phpize on some old extensions.
1 parent 491f147 commit 956446b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sinclude(Zend/acinclude.m4)
88
dnl Basic autoconf + automake initialization, generation of config.nice.
99
dnl -------------------------------------------------------------------------
1010

11-
AC_PREREQ(2.59)
11+
AC_PREREQ([2.64])
1212
AC_INIT(README.GIT-RULES)
1313
ifdef([AC_PRESERVE_HELP_ORDER], [AC_PRESERVE_HELP_ORDER], [])
1414

0 commit comments

Comments
 (0)