]> granicus.if.org Git - php/commit
Support using acl_* functions on *BSD
authorMichał Górny <mgorny@gentoo.org>
Fri, 2 Mar 2018 15:19:34 +0000 (16:19 +0100)
committerJakub Zelenka <bukka@php.net>
Fri, 13 Apr 2018 18:48:13 +0000 (19:48 +0100)
commit4ea7f3467d0f0023d565c88323bdae587144d1f8
treedb79667ee84993db19f5756c3f5c35ac552e3950
parentbb79e5764b2dd0671016a53ff567c8303dd184f1
Support using acl_* functions on *BSD

The *BSD systems have ACL routines built-in in libc rather than
in separate libacl. Update the configure check to detect that and enable
ACL support without adding 'acl' library.
sapi/fpm/config.m4