mirror of
https://github.com/php/php-src.git
synced 2024-12-03 23:05:57 +08:00
Made "--with-pear" "--disable-all"-aware. Plus some cosmetics fixes.
This commit is contained in:
parent
67c24604ee
commit
2f67648512
@ -524,7 +524,7 @@ PHP_ALWAYS_SHARED([$1])
|
||||
])
|
||||
|
||||
AC_DEFUN([PHP_ARG_ANALYZE],[
|
||||
ifelse([$3],yes,[PHP_ARG_ANALYZE_EX([$1])])
|
||||
ifelse([$3],yes,[PHP_ARG_ANALYZE_EX([$1])],[ext_output=ifelse([$]$1,,no,[$]$1)])
|
||||
ifelse([$2],,,[AC_MSG_RESULT([$ext_output])])
|
||||
])
|
||||
|
||||
|
@ -556,7 +556,7 @@ dnl ## In diversion 4 we check user-configurable general settings.
|
||||
|
||||
dnl General settings.
|
||||
dnl -------------------------------------------------------------------------
|
||||
|
||||
PHP_CONFIGURE_PART(General settings)
|
||||
|
||||
PHP_HELP_SEPARATOR([General settings:])
|
||||
|
||||
@ -613,7 +613,7 @@ fi
|
||||
|
||||
PHP_ARG_WITH(pear, [whether to install PEAR, and where],
|
||||
[ --with-pear=DIR Install PEAR in DIR (default PREFIX/lib/php)
|
||||
--without-pear Do not install PEAR], DEFAULT, no)
|
||||
--without-pear Do not install PEAR], DEFAULT, yes)
|
||||
|
||||
if test "$PHP_PEAR" != "no" && test "$PHP_SAPI_CLI" != "no"; then
|
||||
install_pear="install-pear"
|
||||
|
Loading…
Reference in New Issue
Block a user