We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9652889 commit 186a07fCopy full SHA for 186a07f
sapi/fpm/config.m4
@@ -591,7 +591,7 @@ if test "$PHP_FPM" != "no"; then
591
return 0;
592
}
593
]])], [
594
- AC_CHECK_LIB(acl, acl_free,
+ AC_CHECK_LIB(acl, acl_free,
595
[PHP_ADD_LIBRARY(acl)
596
have_fpm_acl=yes
597
AC_MSG_RESULT([yes])
@@ -615,12 +615,12 @@ if test "$PHP_FPM" != "no"; then
615
], [
616
have_fpm_acl=no
617
AC_MSG_RESULT([no])
618
- ], [AC_MSG_RESULT([skipped])])
+ ], [AC_MSG_RESULT([skipped (cross-compiling)])])
619
])
620
621
622
623
- ], [AC_MSG_RESULT([skipped (cross-compiling)])])
+ ])
624
625
if test "$have_fpm_acl" = "yes"; then
626
AC_DEFINE([HAVE_FPM_ACL], 1, [do we have acl support?])
0 commit comments