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 10b4df5 commit baf6a42Copy full SHA for baf6a42
sapi/fpm/config.m4
@@ -472,6 +472,8 @@ if test "$PHP_FPM" != "no"; then
472
CFLAGS=$CFLAGS_save
473
])
474
475
+ AC_SUBST([php_fpm_systemd])
476
+
477
if test "$PHP_FPM_ACL" != "no" ; then
478
AC_CHECK_HEADERS([sys/acl.h])
479
@@ -534,8 +536,6 @@ if test "$PHP_FPM" != "no"; then
534
536
CFLAGS="$CFLAGS_save"
535
537
fi
538
- AC_SUBST([php_fpm_systemd])
-
539
if test -z "$PHP_FPM_USER" || test "$PHP_FPM_USER" = "yes" || test "$PHP_FPM_USER" = "no"; then
540
php_fpm_user="nobody"
541
else
0 commit comments