mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
fix typo, found by edin
This commit is contained in:
parent
c330a4f9ce
commit
ede07e3a84
@ -844,7 +844,7 @@ AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[uname -a output])
|
|||||||
PHP_OS=`uname`
|
PHP_OS=`uname`
|
||||||
AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output])
|
AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output])
|
||||||
|
|
||||||
if test "$disable_cgi" = "1"; then
|
if test "$disable_cli" = "1"; then
|
||||||
CLI_DIR=
|
CLI_DIR=
|
||||||
else
|
else
|
||||||
CLI_DIR=sapi/cli
|
CLI_DIR=sapi/cli
|
||||||
|
Loading…
Reference in New Issue
Block a user