diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-08-29 05:02:37 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2018-08-29 21:31:55 +0200 |
commit | ef12e9621517ba33f11c6983c607fae56cefc54a (patch) | |
tree | 396552b19916a610b8983872a81edfbc762e5274 /Zend/zend_inheritance.c | |
parent | cbc785dc8c89a5ff085909e555d677d4d8d7c9a1 (diff) | |
download | php-git-ef12e9621517ba33f11c6983c607fae56cefc54a.tar.gz |
Remove AC_FUNC_VPRINTF
Autoconf 2.59d (released in 2006) 1 started promoting several macros
as not relevant for newer systems anymore, including the AC_FUNC_VPRINTF.
This macro checks for presence of the vprint function otherwise checks
for presence of the _doprnt function. This check was relevant on very
old systems and today can be omitted since it should be well supported
by now. [2]
Also PHP doesn't use the HAVE_VPRINTF or HAVE_DOPRNT symbols.
Refs:
[1] http://git.savannah.gnu.org/cgit/autoconf.git/tree/NEWS
[2] https://www.gnu.org/software/autoconf/manual/autoconf-2.69/autoconf.html
Diffstat (limited to 'Zend/zend_inheritance.c')
0 files changed, 0 insertions, 0 deletions