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 5300981 commit 91717acCopy full SHA for 91717ac
sapi/fpm/config.m4
@@ -654,7 +654,7 @@ if test "$PHP_FPM" != "no"; then
654
PHP_SUBST(SAPI_FPM_PATH)
655
656
mkdir -p sapi/fpm/fpm
657
- PHP_FPM_FILES=`cd $abs_srcdir/sapi/fpm && find fpm/ \( -name *.c -not -name fpm_trace*.c \) -exec printf "{} " \;`
+ PHP_FPM_FILES=`cd $abs_srcdir/sapi/fpm && find fpm/ \( -name *.c \! -name fpm_trace*.c \) -exec printf "{} " \;`
658
659
if test "$fpm_trace_type" ; then
660
PHP_FPM_TRACE_FILES=`cd $abs_srcdir/sapi/fpm && find fpm/ \( -name fpm_trace.c -or -name fpm_trace_$fpm_trace_type.c \) -exec printf "{} " \;`
0 commit comments