Skip to content

Commit cc5ab0e

Browse files
committed
[skip ci] Append also fallback check to FPM_EXTRA_LIBS
1 parent 111372b commit cc5ab0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ if test "$PHP_FPM" != "no"; then
502502
PHP_EVAL_INCLINE([$APPARMOR_CFLAGS])
503503
],
504504
[AC_CHECK_LIB([apparmor], [aa_change_profile],
505-
[PHP_ADD_LIBRARY([apparmor])],
505+
[PHP_ADD_LIBRARY([apparmor], [yes], [FPM_EXTRA_LIBS])],
506506
[AC_MSG_ERROR([libapparmor required but not found.])])])
507507
ext_shared=$ext_shared_save
508508

0 commit comments

Comments
 (0)