diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2009-11-29 06:13:22 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2009-11-29 06:13:22 +0000 |
commit | 937358ebc7a6e0eaaf2bc252015b3c1544eb48e6 (patch) | |
tree | 3d0f41c0204403270439809ca9716c196f6add5e /ext/standard/config.m4 | |
parent | 20ee37900762d9fa19af8c83d9a9444e1c7c3466 (diff) | |
download | php-git-937358ebc7a6e0eaaf2bc252015b3c1544eb48e6.tar.gz |
Revert attempt at supporting both autoconf 2.13 and
modern versions in the same build chain. There are
simply too many broken things in 2.13 to make it work.
Cache handling is broken as well which is why I need
to revert the pdo_inc_path cache fix as well.
trunk is now 2.60+ only and I'll work on cleaning out
all the legacy cruft from there.
Diffstat (limited to 'ext/standard/config.m4')
-rw-r--r-- | ext/standard/config.m4 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ext/standard/config.m4 b/ext/standard/config.m4 index d8c7ca57a4..98cdfd9e36 100644 --- a/ext/standard/config.m4 +++ b/ext/standard/config.m4 @@ -1,7 +1,6 @@ dnl $Id$ -*- autoconf -*- -dnl AC 2.13 Compatibility -PHP_DIVERT(3) +divert(3)dnl dnl dnl Check if flush should be called explicitly after buffered io @@ -221,8 +220,7 @@ dnl AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass isinf isnan) AC_FUNC_FNMATCH -dnl AC 2.13 Compatibility -PHP_DIVERT(5) +divert(5)dnl dnl dnl Check if there is a support means of creating a new process @@ -234,7 +232,6 @@ AC_CHECK_FUNCS(fork CreateProcess, [ ],[ php_can_support_proc_open=no ]) - AC_MSG_CHECKING([if your OS can spawn processes with inherited handles]) if test "$php_can_support_proc_open" = "yes"; then AC_MSG_RESULT(yes) |