We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af71942 + 29e673f commit 1981c48Copy full SHA for 1981c48
sapi/cgi/config9.m4
@@ -27,9 +27,9 @@ if test "$PHP_CGI" != "no"; then
27
28
AC_MSG_CHECKING([whether cross-process locking is required by accept()])
29
case "`uname -sr`" in
30
- IRIX\ 5.* | SunOS\ 5.* | UNIX_System_V\ 4.0)
+ IRIX\ 5.* | SunOS\ 5.* | UNIX_System_V\ 4.0)
31
AC_MSG_RESULT([yes])
32
- AC_DEFINE([USE_LOCKING], [1],
+ AC_DEFINE([USE_LOCKING], [1],
33
[Define if cross-process locking is required by accept()])
34
;;
35
*)
@@ -74,5 +74,5 @@ if test "$PHP_CGI" != "no"; then
74
75
PHP_OUTPUT(sapi/cgi/php-cgi.1)
76
else
77
- AC_MSG_RESULT(yes)
+ AC_MSG_RESULT(no)
78
fi
0 commit comments