Lines Matching refs:no

6 [  --enable-fpm            Enable building of the fpm SAPI executable], no, no)
30 AC_MSG_RESULT([no])
36 have_clock_gettime=no
44 AC_MSG_RESULT([no])
47 if test "$have_clock_gettime" = "no"; then
58 AC_MSG_RESULT([no])
66 have_clock_get_time=no
68 if test "$have_clock_gettime" = "no"; then
95 AC_MSG_RESULT([no])
106 have_ptrace=no
107 have_broken_ptrace=no
117 AC_MSG_RESULT([no])
193 have_ptrace=no
195 AC_MSG_RESULT([no])
205 have_mach_vm_read=no
218 AC_MSG_RESULT([no])
269 AC_MSG_RESULT([no])
310 AC_MSG_RESULT([no])
316 have_lq=no
324 AC_MSG_RESULT([no])
331 if test "$have_lq" = "no" ; then
338 AC_MSG_RESULT([no])
356 AC_MSG_RESULT([no])
369 AC_MSG_RESULT([no])
393 AC_MSG_RESULT([no])
416 AC_MSG_RESULT([no])
441 AC_MSG_RESULT([no])
477 AC_MSG_RESULT([no])
503 AC_MSG_RESULT([no])
534 AC_MSG_RESULT([no])
551 AC_MSG_RESULT([no])
557 if test "$PHP_FPM" != "no"; then
577 [ --with-fpm-user[=USER] Set the user for php-fpm to run as. (default: nobody)], nobody, no)
581 … should usually be set to match the fpm username (default: nobody)], nobody, no)
584 [ --with-fpm-systemd Activate systemd integration], no, no)
587 [ --with-fpm-acl Use POSIX Access Control Lists], no, no)
589 if test "$PHP_FPM_SYSTEMD" != "no" ; then
591 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
613 dnl failback when no pkg-config
617 AC_CHECK_HEADERS(systemd/sd-daemon.h, [HAVE_SD_DAEMON_H="yes"], [HAVE_SD_DAEMON_H="no"])
618 if test $HAVE_SD_DAEMON_H = "no" || test -z "${SYSTEMD_LIBS}"; then
631 if test "$PHP_FPM_ACL" != "no" ; then
649 if test -z "$PHP_FPM_USER" -o "$PHP_FPM_USER" = "yes" -o "$PHP_FPM_USER" = "no"; then
655 if test -z "$PHP_FPM_GROUP" -o "$PHP_FPM_GROUP" = "yes" -o "$PHP_FPM_GROUP" = "no"; then
734 AC_MSG_RESULT(no)