]> granicus.if.org Git - php/commit
Remove AC_FPM_POLL
authorPeter Kokot <peterkokot@gmail.com>
Sun, 21 Jul 2019 07:58:44 +0000 (09:58 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Wed, 24 Jul 2019 20:03:47 +0000 (22:03 +0200)
commita3169964c0d5b5fc3e25c5d912cd7f8af75fcd22
tree4a81af8f23ac720e17071ab617251f8e6042a1b6
parent793dfa91bb6317dcf4aee7a59ef5ffa0d621abdd
Remove AC_FPM_POLL

AC_FPM_POLL defines HAVE_POLL symbol which is already checked by
configure.ac and function poll in AC_CHECK_FUNCTIONS.

Closes GH-4449
sapi/fpm/config.m4