On Wed, Feb 22, 2006 at 11:38:14PM -0800, Stas Bekman wrote:
> httpd 2.0's configure --help (or the online doc) goes:
> 
> --disable-FEATURE
>     Do not include FEATURE. This is the same as --enable-FEATURE=no.
> --enable-FEATURE[=ARG]
>     Include FEATURE. The default value for ARG is yes.
> [...]
> Note configure will not complain about --enable-foo even if foo doesn't 
> exist, so you need to type carefully.
> 
> How do I find which FEATUREs are available? Shouldn't there be a list?
> 
> At the moment I'm trying to figure out how to turn expat off, since I'm 
> trying to build 64-bit httpd on SunOS and it keeps finding non-64bit expat 
> library, which I can't remove :(

You can't turn off expat.  If the failure is the same as

http://issues.apache.org/bugzilla/show_bug.cgi?id=28205

a workaround is: --with-expat=`pwd`/srclib/apr-util/xml/expat

joe


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to