mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +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`
|
||||
AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output])
|
||||
|
||||
if test "$disable_cgi" = "1"; then
|
||||
if test "$disable_cli" = "1"; then
|
||||
CLI_DIR=
|
||||
else
|
||||
CLI_DIR=sapi/cli
|
||||
|
Loading…
Reference in New Issue
Block a user