mirror of
https://github.com/php/php-src.git
synced 2025-01-18 17:54:05 +08:00
- MFH Fix style
This commit is contained in:
parent
4e61f63d3f
commit
040e19d9b2
12
configure.in
12
configure.in
@ -1345,15 +1345,15 @@ INLINE_CFLAGS="$INLINE_CFLAGS $standard_libtool_flag"
|
||||
CXXFLAGS="$CXXFLAGS $standard_libtool_flag"
|
||||
|
||||
if test "$PHP_PHAR" != "no" && test "$PHP_CLI" != "no"; then
|
||||
PHARCMD=pharcmd
|
||||
PHARCMD_INSTALL=install-pharcmd
|
||||
pharcmd=pharcmd
|
||||
pharcmd_install=install-pharcmd
|
||||
else
|
||||
PHARCMD=
|
||||
PHARCMD_INSTALL=
|
||||
pharcmd=
|
||||
pharcmd_install=
|
||||
fi;
|
||||
|
||||
all_targets="$lcov_target \$(OVERALL_TARGET) \$(PHP_MODULES) \$(PHP_ZEND_EX) \$(PHP_CLI_TARGET) $PHARCMD"
|
||||
install_targets="$install_modules install-build install-headers install-programs $install_pear $PHARCMD_INSTALL"
|
||||
all_targets="$lcov_target \$(OVERALL_TARGET) \$(PHP_MODULES) \$(PHP_ZEND_EX) \$(PHP_CLI_TARGET) \$(PHAR_TARGET) $pharcmd"
|
||||
install_targets="$install_modules install-build install-headers install-programs $install_pear $pharcmd_install"
|
||||
|
||||
case $PHP_SAPI in
|
||||
cli)
|
||||
|
Loading…
Reference in New Issue
Block a user