How exactly did this 'fix' anything?? (the stuff using
    with_pear is _BEFORE_ this line..and it worked fine last
    time I checked)

    See also configure.in:849-893

    _Without_ your patch:
    
    # ./configure --disable-cli
    
    .
    .
    Configuring PEAR
    checking whether to install PEAR... yes
    configure: error:  
               PEAR requires CLI to be enabled.     Add --enable-cli to the configure 
line.
                        
    --Jani
 
On Fri, 26 Mar 2004, Ilia Alshanetsky wrote:

>iliaa          Fri Mar 26 14:47:19 2004 EDT
>
>  Modified files:              
>    /php-src   configure.in 
>  Log:
>  Fixed bug #27664 (--disable-cli doesn't force --without-pear).
>  
>  
>http://cvs.php.net/diff.php/php-src/configure.in?r1=1.498&r2=1.499&ty=u
>Index: php-src/configure.in
>diff -u php-src/configure.in:1.498 php-src/configure.in:1.499
>--- php-src/configure.in:1.498 Thu Mar 18 10:27:23 2004
>+++ php-src/configure.in       Fri Mar 26 14:47:19 2004
>@@ -1,4 +1,4 @@
>-dnl ## $Id: configure.in,v 1.498 2004/03/18 15:27:23 andi Exp $ -*- sh -*-
>+dnl ## $Id: configure.in,v 1.499 2004/03/26 19:47:19 iliaa Exp $ -*- sh -*-
> dnl ## Process this file with autoconf to produce a configure script.
> 
> divert(1)
>@@ -1055,6 +1055,8 @@
>   PHP_CLI_TARGET="\$(SAPI_CLI_PATH)"
>   PHP_INSTALL_CLI_TARGET="install-cli"
>   PHP_ADD_SOURCES(sapi/cli, php_cli.c getopt.c,, cli)
>+else
>+  with_pear=no
> fi
> 
> PHP_SUBST(PHP_CLI_TARGET)
>
>

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to