Skip to content

Commit 1981c48

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fix CGI m4 config message when CGI is disabled
2 parents af71942 + 29e673f commit 1981c48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sapi/cgi/config9.m4

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ if test "$PHP_CGI" != "no"; then
2727

2828
AC_MSG_CHECKING([whether cross-process locking is required by accept()])
2929
case "`uname -sr`" in
30-
IRIX\ 5.* | SunOS\ 5.* | UNIX_System_V\ 4.0)
30+
IRIX\ 5.* | SunOS\ 5.* | UNIX_System_V\ 4.0)
3131
AC_MSG_RESULT([yes])
32-
AC_DEFINE([USE_LOCKING], [1],
32+
AC_DEFINE([USE_LOCKING], [1],
3333
[Define if cross-process locking is required by accept()])
3434
;;
3535
*)
@@ -74,5 +74,5 @@ if test "$PHP_CGI" != "no"; then
7474

7575
PHP_OUTPUT(sapi/cgi/php-cgi.1)
7676
else
77-
AC_MSG_RESULT(yes)
77+
AC_MSG_RESULT(no)
7878
fi

0 commit comments

Comments
 (0)