From 1c0de7be969eb8f639d30d53113daec8dafd4f67 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 25 Mar 2003 13:43:56 +0000 Subject: [PATCH] MFH: Made "--with-pear" "--disable-all"-aware. Plus some cosmetics fixes. --- acinclude.m4 | 2 +- configure.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 60883a318f..789d859bc1 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -531,7 +531,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])]) ]) diff --git a/configure.in b/configure.in index 09f55339a3..ae7c50e596 100644 --- a/configure.in +++ b/configure.in @@ -554,7 +554,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:]) @@ -611,7 +611,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 "$disable_cli" != "1"; then install_pear="install-pear" -- 2.50.1