Skip to content

Commit baf6a42

Browse files
committed
[skip ci] Move php_fpm_systemd substitution after its check
1 parent 10b4df5 commit baf6a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sapi/fpm/config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,8 @@ if test "$PHP_FPM" != "no"; then
472472
CFLAGS=$CFLAGS_save
473473
])
474474

475+
AC_SUBST([php_fpm_systemd])
476+
475477
if test "$PHP_FPM_ACL" != "no" ; then
476478
AC_CHECK_HEADERS([sys/acl.h])
477479

@@ -534,8 +536,6 @@ if test "$PHP_FPM" != "no"; then
534536
CFLAGS="$CFLAGS_save"
535537
fi
536538

537-
AC_SUBST([php_fpm_systemd])
538-
539539
if test -z "$PHP_FPM_USER" || test "$PHP_FPM_USER" = "yes" || test "$PHP_FPM_USER" = "no"; then
540540
php_fpm_user="nobody"
541541
else

0 commit comments

Comments
 (0)