Am I missing something?  Can't you just do --without-mysql?

In general, if the option is --with-???, use --without-??? to exclude
it.  If the options is --enable-???, then use --disable-??? to disable
it.

Jeremy

Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 :: [EMAIL PROTECTED]
http://www.JeremyBrand.com/Jeremy/Brand/Jeremy_Brand.html for more 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    "LINUX is obsolete"  -- Andy Tanenbaum, January 29th, 1992
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
       http://www.JEEP-FOR-SALE.com/ -- I need a buyer
  Get your own Free, Private email at http://www.smackdown.com/

On Sat, 27 Jan 2001, Andi Gutmans wrote:

> Date: Sat, 27 Jan 2001 15:08:06 +0200
> From: Andi Gutmans <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [PHP-DEV] --enable-tiny
> 
> Hi,
> 
> I often want to test things in PHP which don't require the default 
> extensions to be compiled in.
> It would be nice if we had something like --enable-tiny which would 
> automatically turn off all of the default extensions (besides standard) 
> which are pcre, mysql, xml and session.
> Right now ./configure supports turning off pcre, xml and session so only 
> mysql is missing. I guess we could either add a --disable-mysql and I could 
> make myself a tiny.sh script which automatically configures PHP without 
> these modules or it could be nice to have a --enable-tiny flag (but not 
> necessary).
> 
> 
> I don't know this autoconf stuff well. I guess a good start would be to 
> allow for a --disable-mysql.
> Does anyone here have the strength to do do it?
> 
> Thanks,
> 
> Andi
> 
> 
> -- 
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to